Skip to content

Commit

Permalink
Fixed #191
Browse files Browse the repository at this point in the history
  • Loading branch information
eezstreet committed May 3, 2017
1 parent d58a9ad commit 6a7ced2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Game/SwatGame/Classes/SwatGamePlayerController.uc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6a7ced2

Please sign in to comment.