You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no player is in the server, the plugin won't send any errors in the server console, but when I join on either of the 2 characters I tested, and on both journey and normal mode, the log will be filled with this error: [Server API] Warning: Plugin "InfiniteChestsV3" has had an unhandled exception thrown by one of its NetGetData handlers: System.MissingMethodException: Method not found: 'Boolean Terraria.Player.get_ZoneHoly()'. at InfiniteChestsV3.InfMain.OnGetData(GetDataEventArgs args) at TerrariaApi.Server.HandlerCollection1.Invoke(ArgsType args) in D:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\HandlerCollection.cs:line 109`
I can't set chests to refill either, and I feel like this error has something to do with it.
The text was updated successfully, but these errors were encountered:
When no player is in the server, the plugin won't send any errors in the server console, but when I join on either of the 2 characters I tested, and on both journey and normal mode, the log will be filled with this error:
[Server API] Warning: Plugin "InfiniteChestsV3" has had an unhandled exception thrown by one of its NetGetData handlers: System.MissingMethodException: Method not found: 'Boolean Terraria.Player.get_ZoneHoly()'. at InfiniteChestsV3.InfMain.OnGetData(GetDataEventArgs args) at TerrariaApi.Server.HandlerCollection
1.Invoke(ArgsType args) in D:\a\TShock\TShock\TerrariaServerAPI\TerrariaServerAPI\TerrariaApi.Server\HandlerCollection.cs:line 109`I can't set chests to refill either, and I feel like this error has something to do with it.
The text was updated successfully, but these errors were encountered: