mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -192,7 +192,7 @@
|
||||
update_body()
|
||||
if(isturf(loc))
|
||||
var/turf/T = loc
|
||||
T.Entered(src)
|
||||
T.Entered(src, NONE)
|
||||
|
||||
//Ayy lmao
|
||||
|
||||
|
||||
Reference in New Issue
Block a user