SPIGOT-1308: Fix typo in PlayerList#sendAll
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -734,7 +734,7 @@
|
||||
+
|
||||
+ public void sendAll(Packet packet, World world) {
|
||||
+ for (int i = 0; i < world.players.size(); ++i) {
|
||||
+ ((EntityPlayer) this.players.get(i)).playerConnection.sendPacket(packet);
|
||||
+ ((EntityPlayer) world.players.get(i)).playerConnection.sendPacket(packet);
|
||||
+ }
|
||||
+
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user