Reformat and clean up "server" package
This commit is contained in:
@@ -334,7 +334,9 @@ public class Reactor extends AbstractMapObject {
|
||||
if (this.getDelay() > 0) {
|
||||
this.delayedRespawn();
|
||||
}
|
||||
} else return !this.inDelayedRespawn();
|
||||
} else {
|
||||
return !this.inDelayedRespawn();
|
||||
}
|
||||
} finally {
|
||||
reactorLock.unlock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user