Quote:
|
Originally Posted by uburz
This kind of error may happen only by your fault. You probably forgot this:
Then, make sure you correctly added those items into a secure group (serials must be green and group should be orange colored).
Edit: please note that admins will still be able to manually delete or move secured items, but wipe command is blocked for all accesslevels.
|
sorry but i didn't follow your code...
Code:
foreach ( object obj in eable )
{
if ( items && (obj is Item) && !((obj is BaseMulti) || (obj is HouseSign)) && !GroupsHandler.InSecureGroup( obj as Item ) )
toDelete.Add( obj );
you say that with this you prevent admin from doing a wipe...
but as far as i understood, this should prevent admins to wipe and object that is a HouseSign and it's not in a secure group...