Fix world idle-out on 1.12.2
This commit is contained in:
parent
0bc75a7f63
commit
f005a77e8e
1 changed files with 0 additions and 2 deletions
|
|
@ -975,9 +975,7 @@ public class DynmapPlugin
|
||||||
}
|
}
|
||||||
/* Check for idle worlds */
|
/* Check for idle worlds */
|
||||||
if((cur_tick % 20) == 0) {
|
if((cur_tick % 20) == 0) {
|
||||||
/*NOTYET - need rest of forge
|
|
||||||
doIdleOutOfWorlds();
|
doIdleOutOfWorlds();
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue