Ignore:
Timestamp:
Sep 5, 2014, 4:03:00 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/NetConnections/Servers/Web/API/GetPlayerInventory.cs

    r163 r168  
    1111                public override void HandleRequest (HttpListenerRequest req, HttpListenerResponse resp, HttpListenerBasicIdentity user)
    1212                {
    13                         Log.Out ("" + req.QueryString);
    14 
    1513                        if (req.QueryString ["steamid"] == null) {
    1614                                resp.StatusCode = (int)HttpStatusCode.InternalServerError;
Note: See TracChangeset for help on using the changeset viewer.