[MIRROR] Fixes a runtime: Entered() passing the wrong args (#6578)

* Fixes a runtime: Entered() passing the wrong args (#59854)

* Fixes a runtime: Entered() passing the wrong args

Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
SkyratBot
2021-06-29 16:47:00 +01:00
committed by GitHub
co-authored by Rohesie
parent e90d61b2d5
commit 4bcd55c293
4 changed files with 11 additions and 10 deletions
@@ -192,7 +192,7 @@
update_body()
if(isturf(loc))
var/turf/T = loc
T.Entered(src)
T.Entered(src, NONE)
//Ayy lmao