Del() -> Qdel()

This commit is contained in:
skull132
2016-02-07 14:59:21 +02:00
parent d465b9aabe
commit 36dbadc106
5 changed files with 9 additions and 9 deletions
@@ -313,7 +313,7 @@
s.start()
spawn(5)
del(s)
qdel(s)
#undef STATUS_INACTIVE
#undef STATUS_ACTIVE
+1 -1
View File
@@ -14,4 +14,4 @@
S.silent = 1
S.desc += " They appear to have some type of fabric soles"
user.drop_from_inventory(src)
del(src)
qdel(src)