QuiltServerTools / HeyThatsMine

MIT License
12 stars 12 forks source link

Explosions crash dedicated servers due to accessing ClientWorld #10

Closed haykam821 closed 3 years ago

haykam821 commented 3 years ago

The ClientWorld class is loaded by the WorldEventListener class. This fails on the dedicated server as the class does not exist in that environment.

https://github.com/fabricservertools/HeyThatsMine/blob/b572ce103e185b0e916b60b2f79b23daf33cc4d6/src/main/java/com/github/fabricservertools/htm/listeners/WorldEventListener.java#L63

PotatoPresident commented 3 years ago

Oops