This is a fork of Zandronum used on servers hosted by The Sentinels Playground (TSPG).
Revisión | 388a760ec0741a76e66c19b2431bc5eaa32f9f79 (tree) |
---|---|
Tiempo | 2021-10-25 05:22:34 |
Autor | Adam Kaminski <kaminskiadam9@gmai...> |
Commiter | Adam Kaminski |
Intensified the warning message for "cl_backupcommands" in the network options menu.
@@ -108,7 +108,6 @@ | ||
108 | 108 | Option "Unlagged", "cl_unlagged", "OnOff" |
109 | 109 | Option "Unlag Type", "cl_ping_unlagged", "ZA_UnlagType" |
110 | 110 | Option "Update Rate", "cl_ticsperupdate", "ZA_UpdateRate" |
111 | - Option "Send backup commands", "cl_backupcommands", "ZA_BackupRate" | |
112 | 111 | Option "Hitscan decals", "cl_hitscandecalhack", "OnOff" |
113 | 112 | Option "Clientside puffs", "cl_clientsidepuffs", "OnOff" |
114 | 113 | Option "Display packet loss", "cl_showpacketloss", "YesNo" |
@@ -123,6 +122,9 @@ | ||
123 | 122 | StaticText " " |
124 | 123 | StaticText "You should only enable them if you're actually", 1 |
125 | 124 | StaticText "suffering from severe packet loss!", 1 |
125 | + StaticText " " | |
126 | + | |
127 | + Option "Send backup commands", "cl_backupcommands", "ZA_BackupRate" | |
126 | 128 | } |
127 | 129 | |
128 | 130 | // ================================================================================================= |