Interface Terminal
Fixed bug with Assembler Packet Crashing the server.
This commit is contained in:
@@ -90,7 +90,7 @@ public class ServerHelper extends CommonHelper
|
||||
}
|
||||
|
||||
@Override
|
||||
public void spawnEffect(EffectType type, World worldObj, double posX, double posY, double posZ)
|
||||
public void spawnEffect(EffectType type, World worldObj, double posX, double posY, double posZ, Object o)
|
||||
{
|
||||
// :P
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user