Ignore:
Timestamp:
Sep 25, 2016, 1:51:43 PM (8 years ago)
Author:
alloc
Message:

Fixed ItemIconHandler for A15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/API.cs

    r267 r291  
    1010                }
    1111
    12 //              public override void GameStartDone () {
    13 //                      if (AllocsFixes.NetConnections.Servers.Web.Handlers.ItemIconHandler.Instance != null) {
    14 //                              AllocsFixes.NetConnections.Servers.Web.Handlers.ItemIconHandler.Instance.LoadIcons ();
    15 //                      }
    16 //              }
     12                public override void GameStartDone () {
     13                        if (AllocsFixes.NetConnections.Servers.Web.Handlers.ItemIconHandler.Instance != null) {
     14                                AllocsFixes.NetConnections.Servers.Web.Handlers.ItemIconHandler.Instance.LoadIcons ();
     15                        }
     16                }
    1717
    1818                public override void CalcChunkColorsDone (Chunk _chunk) {
Note: See TracChangeset for help on using the changeset viewer.