mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 08:39:09 +00:00
Added ids to settings map & added logger
This commit is contained in:
@@ -19,7 +19,8 @@ public abstract class ScriptExecuter {
|
||||
* @param script
|
||||
*/
|
||||
public final void finalize(final ThreadGroup tg, final Script script) {
|
||||
new Thread(tg, script).start();
|
||||
Thread thread = new Thread(tg, script);
|
||||
thread.start();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user