Skip to content

Commit

Permalink
Save war layout fix
Browse files Browse the repository at this point in the history
Quick fix to save war layout during active war phase
  • Loading branch information
Sigma582 committed Aug 29, 2017
1 parent 8651f50 commit a757617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SWC.Tools.Common/Networking/Json/Entities/WarParticipant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public class WarParticipant
[DataMember(Name = "level")]
public int Level { get; set; }

[DataMember(Name = "currentlyDefending")]
//[DataMember(Name = "currentlyDefending")]
public string CurrentlyDefending { get; set; }

[DataMember(Name = "scoutingStatus")]
//[DataMember(Name = "scoutingStatus")]
public string ScoutingStatus { get; set; }

[DataMember(Name = "id")]
Expand Down

0 comments on commit a757617

Please # to comment.