Fixed some network crashes and block config problems
This commit is contained in:
@@ -186,7 +186,7 @@ public abstract class InputHandler extends InputAdapter{
|
||||
|
||||
placeBlockInternal(x, y, result, rotation, effects, sound);
|
||||
|
||||
if(Net.active()){
|
||||
if(Net.active() && result != ProductionBlocks.core){
|
||||
Vars.netClient.handlePlace(x, y, result, rotation);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user