Code: Select all
npcRunnerTask = SmartFoxServer.getInstance().getTaskScheduler().scheduleAtFixedRate
(
npcRunner,
0, // 0 initial delay
100, // run every 100ms
TimeUnit.MILLISECONDS
);
This needs to be handled asap, thank you!