enriel
Big L
I recently compiled my server with changing some things and It deletes all kinda items on the map even chests. So my question is, how to clean so it delete all kinda items (inside PZ, on the map) etc. Only so chests are left, if you understand my..
So I changed this, (deletes all, chests also)
From:
To:
So I changed this, (deletes all, chests also)
From:
if(item && !item->isLoadedFromMap() && !item->isNotMoveable())
To:
if(item && !item->isNotMoveable())