forgot a /

This commit is contained in:
C.L
2022-10-01 23:30:11 -04:00
parent 0f7f886ae1
commit 1cae91ff05
+1 -1
View File
@@ -777,7 +777,7 @@
add_fingerprint(usr)
return
proc/get_new_area_type(area/A) //1 = can build in. 0 = can not build in.
/proc/get_new_area_type(area/A) //1 = can build in. 0 = can not build in.
if (!A)
A = get_area(usr)
if(A.outdoors) //ALWAYS able to build outdoors. This means if it's missed in BUILDABLE_AREA_TYPES it's fine.