Ignore:
Timestamp:
Jun 12, 2023, 3:21:34 PM (17 months ago)
Author:
alloc
Message:

24_27_41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/Commands/ListLandProtection.cs

    r420 r446  
    105105                                        "Player \"{0} ({1})\" owns {4} keystones (protected: {2}, current hardness multiplier: {3})",
    106106                                        kvp.Key.Name,
    107                                         kvp.Key.PlatformId,
     107                                        kvp.Key.InternalId,
    108108                                        kvp.Key.LandProtectionActive,
    109109                                        kvp.Key.LandProtectionMultiplier,
     
    112112                                        foreach (Vector3i v in kvp.Value) {
    113113                                                if (parseableOutput) {
    114                                                         SdtdConsole.Instance.Output ("LandProtectionOf: id=" + kvp.Key.PlatformId +
     114                                                        SdtdConsole.Instance.Output ("LandProtectionOf: id=" + kvp.Key.InternalId +
    115115                                                                                     ", playerName=" + kvp.Key.Name + ", location=" + v);
    116116                                                } else {
Note: See TracChangeset for help on using the changeset viewer.