Ignore:
Timestamp:
Jul 27, 2022, 7:16:34 PM (2 years ago)
Author:
alloc
Message:

Fixed stuff using InternalId for every storage/lookup instead of a mix of both Native+Internal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/Commands/ListLandProtection.cs

    r369 r371  
    5555                                        ClientInfo ci = ConsoleHelper.ParseParamIdOrName (_params [0]);
    5656                                        if (ci != null) {
    57                                                 userIdFilter = ci.PlatformId;
     57                                                userIdFilter = ci.InternalId;
    5858                                        } else {
    5959                                                SdtdConsole.Instance.Output ("Player name or entity id \"" + _params [0] + "\" not found.");
Note: See TracChangeset for help on using the changeset viewer.