now reading tickrate from mapchooser config instead of separate file

This commit is contained in:
jenz
2026-08-18 12:47:30 +02:00
parent 06d0b43b9c
commit 80642cb0f0
2 changed files with 23 additions and 0 deletions
@@ -117,6 +117,7 @@ native int GetMapCooldownTime2(const char[] map); // in unix time
native int GetMapLowPopHelpCount(const char[] map);
native int GetMapLaserFag(const char[] map);
native int GetMapTrails(const char[] map);
native int GetMapTickRate(const char[] map);
native int GetMapMinTime(const char[] map);
native int GetMapMaxTime(const char[] map);
native int GetMapMinPlayers(const char[] map);