mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Merge pull request #1076 from VOREStation/fix-usingmap-runtimes
Fix server startup runtimes from uninitaizlied using_map
This commit is contained in:
@@ -16,7 +16,7 @@ var/church_name = null
|
||||
return name
|
||||
|
||||
/proc/command_name()
|
||||
if (using_map.boss_name)
|
||||
if(istype(using_map))
|
||||
return using_map.boss_name
|
||||
|
||||
/proc/change_command_name(var/name)
|
||||
|
||||
Reference in New Issue
Block a user