Skip to content

Commit

Permalink
Fix WorldStorage not resetting when changing games/worlds
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 7, 2016
1 parent afdc4db commit 105f2dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public void onAboutToStartEvent(FMLServerAboutToStartEvent event) {
* @param event The received event.
*/
public void onStartedEvent(FMLServerStartedEvent event) {
reset();
loadData();
afterLoad();
}
Expand Down

0 comments on commit 105f2dc

Please sign in to comment.