Fixed disconnect with many enemies and editor redo/undo bug
This commit is contained in:
@@ -53,6 +53,10 @@ public class TileEntity extends Entity{
|
||||
public void read(DataInputStream stream) throws IOException{
|
||||
|
||||
}
|
||||
|
||||
public void readNetwork(DataInputStream stream, float elapsed) throws IOException{
|
||||
read(stream);
|
||||
}
|
||||
|
||||
public void onDeath(){
|
||||
onDeath(false);
|
||||
|
||||
Reference in New Issue
Block a user