File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -779,6 +779,8 @@ void StartFeedbackRound()
779779
780780 AlltalkBuffer = GetConVarInt (FindConVar (" sv_alltalk" ));
781781 SetCVAR_SILENT (" sv_alltalk" ,1 );
782+ SetCVAR_SILENT (" tf_grapplinghook_enable" ,1 );
783+ SetCVAR_SILENT (" tf_powerup_mode" ,1 );
782784
783785 //Enable RTV again.
784786 //It should be reset by now.
@@ -1130,7 +1132,6 @@ bool:IsValidClient(iClient)
11301132 \_____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|\__,_|___/
11311133 --------------------------------------------------------------------------------
11321134 Description: All player commands land here
1133-
11341135 Notes: I see no reason to comment commands
11351136 Because its a really good idea with how complex commands can get
11361137 Its just not fun to do so.
@@ -1601,4 +1602,4 @@ void PopulateSpawnList()
16011602 PushArrayString (SpawnPointEntIDs , entstring );
16021603 }
16031604 }
1604- }
1605+ }
You can’t perform that action at this time.
0 commit comments