Skip to content

Commit e5b25c1

Browse files
committed
Change threadgroup name.
1 parent 4ff0286 commit e5b25c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ActiveScript.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void run() {
146146

147147
final String name = Thread.currentThread().getThreadGroup().getName();
148148
if (name.startsWith("GameDefinition-") ||
149-
name.startsWith("ThreadPool@")) {
149+
name.startsWith("ThreadPool-")) {
150150
context.updateControls();
151151
}
152152
}

0 commit comments

Comments
 (0)