Changeset 253 for binary-improvements/MapRendering/Web/WebConnection.cs
- Timestamp:
- Dec 12, 2015, 4:08:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/WebConnection.cs
r251 r253 30 30 } 31 31 32 public bool CanViewAllPlayers (int _permissionLevel) {32 public static bool CanViewAllPlayers (int _permissionLevel) { 33 33 bool val = false; 34 34 … … 47 47 } 48 48 49 public bool CanViewAllClaims (int _permissionLevel) {49 public static bool CanViewAllClaims (int _permissionLevel) { 50 50 bool val = false; 51 51
Note:
See TracChangeset
for help on using the changeset viewer.