Removes trailing return

This commit is contained in:
TullyBurnalot
2016-07-12 04:24:45 +01:00
parent 8682da932a
commit 2ca5a17c5a
-1
View File
@@ -134,6 +134,5 @@
occupant.ghostize()
qdel(occupant)
occupant = null
return
else
..()