|
|
|
@ -228,12 +228,12 @@ public class Mine extends AbstractGameObject {
@@ -228,12 +228,12 @@ public class Mine extends AbstractGameObject {
|
|
|
|
|
writer.putInt(mine.getObjectType().ordinal()); |
|
|
|
|
writer.putInt(mine.getObjectUUID()); |
|
|
|
|
writer.putInt(mine.getObjectUUID()); //actually a hash of mine
|
|
|
|
|
if(mine.isStronghold){ |
|
|
|
|
writer.putString("STRONGHOLD"); |
|
|
|
|
writer.putString(""); |
|
|
|
|
if(mine.enforceLore){ |
|
|
|
|
writer.putString(mine.mineType.name); |
|
|
|
|
writer.putString(mine.capSize + " Man LORE"); |
|
|
|
|
}else { |
|
|
|
|
writer.putString(mine.mineType.name); |
|
|
|
|
writer.putString(mine.capSize + " Man "); |
|
|
|
|
writer.putString(mine.capSize + " Man ARAC"); |
|
|
|
|
} |
|
|
|
|
//writer.putString(mine.zoneName + " " + mine.capSize + " Man ");
|
|
|
|
|
|
|
|
|
|