removed synchronized from findNextEventChoiceResults

master
melvin 2011-07-28 13:53:06 +08:00
parent 3e2aef54d2
commit 06d8cc2aea
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class RandomAI implements MagicAI {
}
}
public synchronized Object[] findNextEventChoiceResults(
public Object[] findNextEventChoiceResults(
final MagicGame game,
final MagicPlayer scorePlayer) {