mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
Don't ask me why this didn't work already, another runtime fixed
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
return
|
||||
|
||||
else
|
||||
if(isnull(I))
|
||||
if(!I || isnull(I))
|
||||
//CRASH("disposal/attackby() was called, but I was nulled before calling user.drop_item()")
|
||||
return // No idea why, but somehow I gets nulled before it goes into the else, and that leads to a lot of spam with runtime errors.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user