mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 10:36:17 +01:00
Portals fixed?
This commit is contained in:
parent
79f43b9a62
commit
859971b6ea
@ -31,7 +31,7 @@ public class EventListener implements Listener {
|
|||||||
out.writeUTF("BungeePortal");
|
out.writeUTF("BungeePortal");
|
||||||
out.writeUTF(val[1]);
|
out.writeUTF(val[1]);
|
||||||
|
|
||||||
event.getPlayer().sendData(plugin.channelName, out.toByteArray());
|
event.getPlayer().getServer().sendData(plugin.channelName, out.toByteArray());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.5.2
|
version: 0.5.3
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.5.2
|
version: 0.5.3
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
description: An advanced portals plugin for bukkit.
|
description: An advanced portals plugin for bukkit.
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
Loading…
Reference in New Issue
Block a user