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/webserver/js/inventory_dialog.js

    r361 r369  
    4444//      }
    4545       
    46         $.getJSON( "../api/getplayerinventory", { steamid: steamid  })
     46        $.getJSON( "../api/getplayerinventory", { userid: steamid  })
    4747        .done(function(data) {
    4848                $("#invPlayerName").text(data.playername);
Note: See TracChangeset for help on using the changeset viewer.