Merge pull request #2374 from LeviSchuck/fps-fix

FPS plugin: fix startup not applying limits
This commit is contained in:
Tomas Slusny
2018-05-05 22:15:34 +02:00
committed by GitHub

View File

@@ -94,6 +94,7 @@ public class FpsPlugin extends Plugin
protected void startUp() throws Exception
{
drawManager.registerEveryFrameListener(drawListener);
drawListener.reloadConfig();
}
@Override