Comment out var/map_name because we don't use it

And it is causing a warning for the compiler.
This commit is contained in:
Razgriz
2022-11-14 23:01:57 -07:00
committed by GitHub
parent 5ac990b857
commit 70e755fb4c

View File

@@ -8,7 +8,7 @@
var/afks = 0
var/active = 0
var/bellied = 0
var/map_name = "n/a"
// var/map_name = "n/a" //CHOMP Remove we don't use this and it is causing problems with the dmb compiler.
if(using_map && using_map.full_name)
map_name = using_map.full_name