Fix world idle-out on 1.12.2

This commit is contained in:
Mike Primm 2018-12-09 09:59:12 -06:00
parent 0bc75a7f63
commit f005a77e8e

View file

@ -975,9 +975,7 @@ public class DynmapPlugin
}
/* Check for idle worlds */
if((cur_tick % 20) == 0) {
/*NOTYET - need rest of forge
doIdleOutOfWorlds();
*/
}
}