mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-01 04:52:39 +00:00
Merge pull request #3042 from Leshana/fix-mapload-runtimes
Fix server startup runtimes from uninitaizlied var
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