Ignore:
Timestamp:
Aug 16, 2014, 10:00:12 AM (10 years ago)
Author:
alloc
Message:

Fixes: Permission fix

File:
1 edited

Legend:

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

    r107 r120  
    1010                try {
    1111                        AdminToolsClientInfo tmpInfo = admTools.GetClientCommandInfo (_steamID);
     12                        if (tmpInfo.SteamID == null || tmpInfo.SteamID.Length == 0)
     13                        {
     14                                tmpInfo.PermissionLevel = 1000;
     15                        }
    1216
    1317                        List<AdminToolsCommandPermissions> perms = admTools.commandPermissions;
     
    3640                                }
    3741                        }
     42
    3843                } catch (Exception e) {
    3944                        Log.Out ("Error in GetAllowedCommandsList: " + e);
Note: See TracChangeset for help on using the changeset viewer.