Changeset 291 for binary-improvements/MapRendering/API.cs
- Timestamp:
- Sep 25, 2016, 1:51:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/API.cs
r267 r291 10 10 } 11 11 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 } 17 17 18 18 public override void CalcChunkColorsDone (Chunk _chunk) {
Note:
See TracChangeset
for help on using the changeset viewer.