Added command to refresh static tiles json
parent
2a03fa6724
commit
bafc966072
|
@ -480,6 +480,13 @@ namespace stardew_access
|
||||||
|
|
||||||
MainClass.DebugLog("Mod Config refreshed!");
|
MainClass.DebugLog("Mod Config refreshed!");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
helper.ConsoleCommands.Add("refst", "Refresh static tiles", (string commmand, string[] args) =>
|
||||||
|
{
|
||||||
|
MainClass.STiles = new Features.StaticTiles();
|
||||||
|
|
||||||
|
MainClass.DebugLog("Static tiles refreshed!");
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue