mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 14:33:30 +00:00
Three fixes for the Runtime Errors topic.
- null.check_tile_graphic() in FEA_system - "Cancel".network in /proc/camera_network_sort - "d699999427062f612349cb4948a6eb...".len (Might not be fixed entirely, but I fixed one place that it was being set incorrectly)
This commit is contained in:
@@ -217,7 +217,7 @@ datum
|
||||
base.processing = 0 //singletons at startup are technically unconnected anyway
|
||||
base.parent = null
|
||||
|
||||
if(base.air.check_tile_graphic())
|
||||
if(base.air && base.air.check_tile_graphic())
|
||||
base.update_visuals(base.air)
|
||||
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user