mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user