Ignore:
Timestamp:
Nov 9, 2021, 6:28:33 PM (3 years ago)
Author:
alloc
Message:

Preparations for A20 release
Changes usage of "SteamID" to "UserID" in console commands
Also changes a bunch of the WebAPI stuff to show / use UserIDs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/WebPermissions.cs

    r351 r369  
    191191                        modules.Clear ();
    192192
    193                         if (!Utils.FileExists (GetFullPath ())) {
     193                        if (!File.Exists (GetFullPath ())) {
    194194                                Log.Out (string.Format ("Permissions file '{0}' not found, creating.", GetFileName ()));
    195195                                Save ();
Note: See TracChangeset for help on using the changeset viewer.