force to stand when casting

This commit is contained in:
2025-01-01 11:13:04 -06:00
parent 4ec5103454
commit d507ba2339
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1242,7 +1242,7 @@ public enum CombatManager {
DispatchMessage.dispatchMsgToInterestArea(pc, rwss, DispatchChannel.PRIMARY, MBServerStatics.CHARACTER_LOAD_RANGE, false, false);
}
private static void toggleSit(boolean toggle, ClientConnection origin) {
public static void toggleSit(boolean toggle, ClientConnection origin) {
PlayerCharacter pc = SessionManager.getPlayerCharacter(origin);