mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
compile fix
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
SSshuttle.mobile += src
|
||||
|
||||
var/area/A = get_area(src)
|
||||
if(istype(A, area/shuttle))
|
||||
if(istype(A, /area/shuttle))
|
||||
areaInstance = A
|
||||
|
||||
if(!id)
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
master_controller.setup()
|
||||
|
||||
process_teleport_locs() //Sets up the wizard teleport locations
|
||||
process_ghost_teleport_locs() //Sets up ghost teleport locations.
|
||||
SortAreas() //Build the list of all existing areas and sort it alphabetically
|
||||
|
||||
#ifdef MAP_NAME
|
||||
|
||||
Reference in New Issue
Block a user