• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Cleaning!

enriel

Big L
Joined
Dec 14, 2007
Messages
1,254
Reaction score
2
Location
Montenegro
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:
if(item && !item->isLoadedFromMap() && !item->isNotMoveable())

To:
if(item && !item->isNotMoveable())
 

Similar threads

Back
Top