mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Del() -> Qdel()
This commit is contained in:
@@ -313,7 +313,7 @@
|
||||
|
||||
s.start()
|
||||
spawn(5)
|
||||
del(s)
|
||||
qdel(s)
|
||||
|
||||
#undef STATUS_INACTIVE
|
||||
#undef STATUS_ACTIVE
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user