Ignore:
Timestamp:
Dec 12, 2015, 4:08:53 PM (9 years ago)
Author:
alloc
Message:

Fixes 6_8_10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/PersistentData/Player.cs

    r238 r253  
    9696                }
    9797
     98                public bool LandProtectionActive {
     99                        get {
     100                                return GameManager.Instance.World.IsLandProtectionValidForPlayer (GameManager.Instance.GetPersistentPlayerList ().GetPlayerData (SteamID));
     101                        }
     102                }
     103
     104                public float LandProtectionMultiplier {
     105                        get {
     106                                return GameManager.Instance.World.GetLandProtectionHardnessModifierForPlayer (GameManager.Instance.GetPersistentPlayerList ().GetPlayerData (SteamID));
     107                        }
     108                }
     109
    98110                public uint Experience {
    99111                        get {
Note: See TracChangeset for help on using the changeset viewer.