Work on server data and registries.

This commit is contained in:
Sebastian Hartte
2020-06-05 19:03:29 +02:00
parent 476c310de6
commit c411a800f6
24 changed files with 329 additions and 777 deletions
@@ -144,7 +144,6 @@ public class TickHandler
this.getRepo().clear();
}
@SubscribeEvent
public void unloadWorld( final WorldEvent.Unload ev )
{
if( Platform.isServer() ) // for no there is no reason to care about this on the client...
@@ -170,7 +169,6 @@ public class TickHandler
}
}
@SubscribeEvent
public void onTick( final TickEvent ev )
{