mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Fixes arrivals duplicate checking (#24946)
The check should be done BEFORE the docking_port is initialized
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
|
||||
preferred_direction = dir
|
||||
|
||||
..()
|
||||
|
||||
if(SSshuttle.arrivals)
|
||||
WARNING("More than one arrivals docking_port placed on map!")
|
||||
qdel(src)
|
||||
@@ -35,6 +33,8 @@
|
||||
|
||||
SSshuttle.arrivals = src
|
||||
|
||||
..()
|
||||
|
||||
areas = list()
|
||||
|
||||
if(latejoin.len)
|
||||
|
||||
Reference in New Issue
Block a user