mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Fixed force run
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user