- Timestamp:
- Jun 12, 2023, 3:21:34 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/ListLandProtection.cs
r420 r446 105 105 "Player \"{0} ({1})\" owns {4} keystones (protected: {2}, current hardness multiplier: {3})", 106 106 kvp.Key.Name, 107 kvp.Key. PlatformId,107 kvp.Key.InternalId, 108 108 kvp.Key.LandProtectionActive, 109 109 kvp.Key.LandProtectionMultiplier, … … 112 112 foreach (Vector3i v in kvp.Value) { 113 113 if (parseableOutput) { 114 SdtdConsole.Instance.Output ("LandProtectionOf: id=" + kvp.Key. PlatformId +114 SdtdConsole.Instance.Output ("LandProtectionOf: id=" + kvp.Key.InternalId + 115 115 ", playerName=" + kvp.Key.Name + ", location=" + v); 116 116 } else {
Note:
See TracChangeset
for help on using the changeset viewer.