Perny
Perny
I didn't consider the trains list at the top and by changing the train variable to a map might've broken it.
I 100% agree. I'm going to try to construct a PR tonight!
Same issue here.
I'll do that today! On Tue, Jun 4, 2024, 3:32 PM OneLiteFeather ***@***.***> wrote: > If I have a player sitting down (being a passenger of an entity) other >...
Haha, thanks! I *will* do that tonight. On Wed, Jun 5, 2024, 3:50 PM Freddi ***@***.***> wrote: > I'll do that today! > … > On Tue, Jun 4, 2024,...
```kt fun main() { val minecraftServer = MinecraftServer.init() val instanceManager = MinecraftServer.getInstanceManager() val instanceContainer = instanceManager.createInstanceContainer() val globalEventHandler = MinecraftServer.getGlobalEventHandler() globalEventHandler.addListener( AsyncPlayerConfigurationEvent::class.java ) { event: AsyncPlayerConfigurationEvent -> val player: Player...
Oh wow! That does check out though! On Tue, Sep 10, 2024, 2:16 PM JustAlittleWolf ***@***.***> wrote: > The issue seems to be that the player position is only synchronized...