Skip to content

Commit d05734d

Browse files
committed
change default about source url (about_source_url)
1 parent 1366921 commit d05734d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/server/infclass/ic_config_variables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
MACRO_CONFIG_STR(PlayerLogfile, playerlogfile, 128, "", CFGFLAG_SERVER, "Filename to log joined players info to")
1414

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")
1616
MACRO_CONFIG_STR(AboutTranslationUrl, about_translation_url, 128, "https://crowdin.com/translate/infectiondust", CFGFLAG_SERVER, "The translation site URL")
1717
MACRO_CONFIG_STR(AboutContactsDiscord, about_contacts_discord, 128, "https://infclass.github.io/discord", CFGFLAG_SERVER, "Discord server invite URL")
1818
MACRO_CONFIG_STR(AboutContactsTelegram, about_contacts_telegram, 128, "", CFGFLAG_SERVER, "Telegram URL or ID")

0 commit comments

Comments
 (0)