]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_termsofservice.qh
Put GameLogInit() code in there instead of in spawnfunc(worldspawn)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_termsofservice.qh
index 9231f3063d11bea1ecd133447b650cb6f464a869..037450f0a2e1f6c88466ea89aac3eeef7fd0285f 100644 (file)
@@ -1,7 +1,7 @@
 #pragma once
 
 int autocvar__termsofservice_accepted;
-const string termsofservice_url = "http://update.xonotic.org/tos.txt";
+const string termsofservice_url = "https://update.xonotic.org/tos.txt";
 
 #include "rootdialog.qh"
 CLASS(XonoticToSDialog, XonoticRootDialog)