You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/game/server/infclass/ic_config_variables.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
MACRO_CONFIG_STR(PlayerLogfile, playerlogfile, 128, "", CFGFLAG_SERVER, "Filename to log joined players info to")
14
14
15
-
MACRO_CONFIG_STR(AboutSourceUrl, about_source_url, 128, "https://github.com/infclass/teeworlds-infclassR", CFGFLAG_SERVER, "The server source code URL")
15
+
MACRO_CONFIG_STR(AboutSourceUrl, about_source_url, 128, "https://github.com/pointer31/teeworlds-infclassR", CFGFLAG_SERVER, "The server source code URL")
16
16
MACRO_CONFIG_STR(AboutTranslationUrl, about_translation_url, 128, "https://crowdin.com/translate/infectiondust", CFGFLAG_SERVER, "The translation site URL")
17
17
MACRO_CONFIG_STR(AboutContactsDiscord, about_contacts_discord, 128, "https://infclass.github.io/discord", CFGFLAG_SERVER, "Discord server invite URL")
18
18
MACRO_CONFIG_STR(AboutContactsTelegram, about_contacts_telegram, 128, "", CFGFLAG_SERVER, "Telegram URL or ID")
0 commit comments