Ignore:
Timestamp:
Oct 23, 2014, 3:09:29 PM (10 years ago)
Author:
alloc
Message:

Server fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/CustomCommands/RemoveLandProtection.cs

    r130 r202  
    4141                                CommonMappingFunctions.GetGameManager ().SetBlocksRPC (changes);
    4242
    43                                 m_Console.SendResult ("#" + changes.Count + " Land protection blocks for player \"" + _id + "\" removed");
     43                                m_Console.SendResult ("Tried to remove #" + changes.Count + " land protection blocks for player \"" + _id + "\". Note "+
     44                                                      "that only blocks in chunks that are currently loaded (close to any player) could be removed. "+
     45                                                      "Please check for remaining blocks by running:");
     46                                m_Console.SendResult("  listlandprotection " + _id);
    4447                        } catch (Exception e) {
    4548                                Log.Out ("Error in RemoveLandProtection.removeById: " + e);
Note: See TracChangeset for help on using the changeset viewer.