daemongaming / GateNetwork

A Minecraft plugin for multiworld portals with support for multiple servers.
GNU General Public License v3.0
1 stars 0 forks source link

Dialing a valid gate address causes an error sometimes #2

Open daemongaming opened 6 months ago

daemongaming commented 6 months ago

Dialing a valid gate address causes an error sometimes.

This can lead to the player being able to 'take' the red stained glass pane item from the dial menu GUI.

daemongaming commented 6 months ago

The error seems to be caused by an attempt to get a gate reference using a null object (probably the world name). Not sure yet why it's sending a null world name, but I am suspecting something to do with the timing of it all. Currently investigating this one.