Add a few more EID rewrites
This commit is contained in:
parent
dbca9acac3
commit
0d8716df93
@ -54,6 +54,10 @@ public class EntityMap
|
|||||||
{
|
{
|
||||||
1
|
1
|
||||||
};
|
};
|
||||||
|
entityIds[0x1A] = new int[]
|
||||||
|
{
|
||||||
|
1
|
||||||
|
};
|
||||||
entityIds[0x1C] = new int[]
|
entityIds[0x1C] = new int[]
|
||||||
{
|
{
|
||||||
1
|
1
|
||||||
@ -78,6 +82,10 @@ public class EntityMap
|
|||||||
{
|
{
|
||||||
1
|
1
|
||||||
};
|
};
|
||||||
|
entityIds[0x23] = new int[]
|
||||||
|
{
|
||||||
|
1
|
||||||
|
};
|
||||||
entityIds[0x26] = new int[]
|
entityIds[0x26] = new int[]
|
||||||
{
|
{
|
||||||
1
|
1
|
||||||
@ -98,6 +106,11 @@ public class EntityMap
|
|||||||
{
|
{
|
||||||
1
|
1
|
||||||
};
|
};
|
||||||
|
entityIds[0x37] = new int[]
|
||||||
|
{
|
||||||
|
1
|
||||||
|
};
|
||||||
|
|
||||||
entityIds[0x47] = new int[]
|
entityIds[0x47] = new int[]
|
||||||
{
|
{
|
||||||
1
|
1
|
||||||
|
@ -17,7 +17,7 @@ public class CommandList extends Command
|
|||||||
StringBuilder users = new StringBuilder();
|
StringBuilder users = new StringBuilder();
|
||||||
Collection<UserConnection> connections = BungeeCord.instance.connections.values();
|
Collection<UserConnection> connections = BungeeCord.instance.connections.values();
|
||||||
|
|
||||||
if (connections.size() == 0)
|
if (connections.isEmpty())
|
||||||
{
|
{
|
||||||
sender.sendMessage(ChatColor.BLUE + "Currently no players online.");
|
sender.sendMessage(ChatColor.BLUE + "Currently no players online.");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user