]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Use the correct function to get the active gametype in a LOG_FATALF call
authorterencehill <piuntn@gmail.com>
Sun, 24 Mar 2024 21:50:44 +0000 (22:50 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 24 Mar 2024 21:50:44 +0000 (22:50 +0100)
commit11a21a1b1e83b7d9a00321d7bf8eaab95de5e879
treea2af7a2198c28ee2274f1ede04e73aa42b3f9a3f
parent6f8eb8cb692815d96c44613a17c21ccd611823e1
Use the correct function to get the active gametype in a LOG_FATALF call

MapInfo_Type_ToString(MapInfo_CurrentGametype()) returns the current gametype that can be changed during the game by the gametype command; GetGametype() returns the active gametype
qcsrc/server/teamplay.qc