Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Mar 29, 2024
1 parent 6771c4c commit 6dd61a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
for(var/area/area in GLOB.areas)
var/our_z = user.z
var/area_z = area.z
if(!our_z || !area_z)
if(!our_z)
// What the actual hell are you doing
CRASH("[src] has detected an area without a valid z-level. What")
CRASH("[src] was activated in an area without a valid z-level")

if(our_z != area_z)
continue
Expand Down

0 comments on commit 6dd61a3

Please sign in to comment.