diff --git a/Source/Game/SwatGame/Classes/SwatGamePlayerController.uc b/Source/Game/SwatGame/Classes/SwatGamePlayerController.uc index 001c9302..40ead061 100644 --- a/Source/Game/SwatGame/Classes/SwatGamePlayerController.uc +++ b/Source/Game/SwatGame/Classes/SwatGamePlayerController.uc @@ -296,7 +296,7 @@ replication ClientPreQuickRoundRestart, ClientStartConversation, ClientSetTrainingText, ClientTriggerDynamicMusic, ClientReceiveCommand, /*ClientOnTargetUsed,*/ - ClientAITriggerEffectEvent, ClientAIDroppedAllWeapons, ClientAIDroppedAllEvidence, + ClientAITriggerEffectEvent, ClientAIDroppedAllWeapons, ClientAIDroppedActiveWeapon, ClientAIDroppedAllEvidence, ClientInterruptAndGotoState, ClientInterruptState, ClientSetObjectiveVisibility, ClientReportableReportedToTOC, ClientAddPrecacheableMaterial, ClientAddPrecacheableMesh, ClientAddPrecacheableStaticMesh, ClientPrecacheAll, ClientViewFromLocation, ClientForceObserverCam, ReplicatedObserverCamTarget, ReplicatedViewportTeammate;