2211
This commit is contained in:
parent
abb9b5102f
commit
92ca6548c6
49 changed files with 405 additions and 332 deletions
|
@ -35,7 +35,7 @@ public class PacketAesu extends SimplePacket {
|
|||
|
||||
@Override
|
||||
public void execute() {
|
||||
if (!aesu.getWorldObj().isRemote) {
|
||||
if (!aesu.getWorld().isRemote) {
|
||||
aesu.handleGuiInputFromClient(buttonID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ public class PacketIdsu extends SimplePacket {
|
|||
|
||||
@Override
|
||||
public void execute() {
|
||||
if (!idsu.getWorldObj().isRemote) {
|
||||
if (!idsu.getWorld().isRemote) {
|
||||
idsu.handleGuiInputFromClient(buttonID);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue