forked from MagicBane/Server
Removed custom exception candy
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
package engine.objects;
|
||||
|
||||
import engine.InterestManagement.WorldGrid;
|
||||
import engine.exception.SerializationException;
|
||||
import engine.gameManager.BuildingManager;
|
||||
import engine.gameManager.DbManager;
|
||||
import engine.gameManager.DispatchManager;
|
||||
@@ -139,12 +138,10 @@ public class Corpse extends AbstractWorldObject {
|
||||
DbManager.removeFromCache(corpse);
|
||||
}
|
||||
|
||||
public static void _serializeForClientMsg(Corpse corpse, ByteBufferWriter writer)
|
||||
throws SerializationException {
|
||||
public static void _serializeForClientMsg(Corpse corpse, ByteBufferWriter writer) {
|
||||
}
|
||||
|
||||
public static void _serializeForClientMsg(Corpse corpse, ByteBufferWriter writer, boolean aln)
|
||||
throws SerializationException {
|
||||
public static void _serializeForClientMsg(Corpse corpse, ByteBufferWriter writer, boolean aln) {
|
||||
|
||||
Building building = null;
|
||||
if (corpse.inBuildingID != 0)
|
||||
|
||||
Reference in New Issue
Block a user