Fix world idle-out on 1.12.2

This commit is contained in:
Mike Primm 2018-12-09 09:59:12 -06:00
parent 6b5c546ae9
commit d9186e5464
1 changed files with 0 additions and 2 deletions

View File

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