Fixed force run

This commit is contained in:
Treeku
2014-05-13 09:22:30 +01:00
parent a7f3150f37
commit 7f88fefe2e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -164,6 +164,11 @@ public class CommandService implements INetworkDispatch {
if (target == actor) {
target = null;
}
// It's possible they use c cmdString to indicate if it should always be on self
if (name.contains("c")) {
//target = actor;
}
}
break;