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/MapRendering/Web/WebConnection.cs

    r251 r253  
    3030                }
    3131
    32         public bool CanViewAllPlayers (int _permissionLevel) {
     32        public static bool CanViewAllPlayers (int _permissionLevel) {
    3333            bool val = false;
    3434
     
    4747        }
    4848
    49         public bool CanViewAllClaims (int _permissionLevel) {
     49        public static bool CanViewAllClaims (int _permissionLevel) {
    5050            bool val = false;
    5151
Note: See TracChangeset for help on using the changeset viewer.