Missed closing the comment block -- doh

This commit is contained in:
Erik Broes 2011-09-18 14:26:26 +02:00
parent a4355d4bd9
commit 9954a3d8b4

View File

@ -327,6 +327,7 @@ public class ServerConfigurationManager {
}
this.p = 200; // <-- this resetting of flushtime is missing! though whole code is commented out now :)
}
*/
for (i = 0; i < this.server.worlds.size(); ++i) {
this.server.worlds.get(i).manager.flush();