forked from MagicBane/Server
Unused method removed.
This commit is contained in:
@@ -625,7 +625,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
mob.upgradeDateTime = upgradeDateTime;
|
mob.upgradeDateTime = upgradeDateTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Getters
|
* Getters
|
||||||
*/
|
*/
|
||||||
@@ -651,10 +650,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
return this.spawnRadius;
|
return this.spawnRadius;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setSpawnTime(int value) {
|
|
||||||
this.spawnTime = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getSpawnTimeAsString() {
|
public String getSpawnTimeAsString() {
|
||||||
if (this.spawnTime == 0)
|
if (this.spawnTime == 0)
|
||||||
return MBServerStatics.DEFAULT_SPAWN_TIME_MS / 1000 + " seconds (Default)";
|
return MBServerStatics.DEFAULT_SPAWN_TIME_MS / 1000 + " seconds (Default)";
|
||||||
|
|||||||
Reference in New Issue
Block a user