Merge pull request #194 from Miniature/master

bunch of emlocker stuffs, also a couple of runtimes
This commit is contained in:
Albert Iordache
2012-01-03 09:03:18 -08:00
7 changed files with 41 additions and 40 deletions
+1 -1
View File
@@ -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.