fix drawAfterWidgets

This commit is contained in:
therealunull
2020-12-15 01:14:44 -05:00
parent b396950320
commit 211bae7797
3 changed files with 4 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ public class Injection extends InjectData implements InjectTaskHandler
inject(new RSApiInjector(this));
//inject(new DrawAfterWidgets(this));
inject(new DrawAfterWidgets(this));
inject(new ScriptVM(this));