Ignore:
Timestamp:
Mar 28, 2023, 5:11:02 PM (20 months ago)
Author:
alloc
Message:

A21 preparations.
NOT COMPATIBLE WITH A20 ANYMORE!

Location:
binary-improvements/MapRendering/Web/Handlers
Files:
2 edited

Legend:

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

    r369 r420  
    8989                                                loadIconsFromFolder (modIconsPath, tintedIcons);
    9090                                        } catch (Exception e) {
    91                                                 Log.Error ("Failed loading icons from mod " + mod.ModInfo.Name.Value);
     91                                                Log.Error ("Failed loading icons from mod " + mod.Name);
    9292                                                Log.Exception (e);
    9393                                        }
  • binary-improvements/MapRendering/Web/Handlers/StaticHandler.cs

    r367 r420  
    11using System.IO;
    22using System.Net;
    3 using AllocsFixes.FileCache;
     3using Webserver.FileCache;
    44
    55namespace AllocsFixes.NetConnections.Servers.Web.Handlers {
Note: See TracChangeset for help on using the changeset viewer.