Skip to content

Commit

Permalink
pain
Browse files Browse the repository at this point in the history
  • Loading branch information
JMM889901 committed Feb 1, 2022
1 parent 313c675 commit 769f343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PeePee.MutatorPack/mod/scripts/vscripts/acceleration.gnut
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct{
return GetCurrentPlaylistVarInt("gain_speed", 0) == 1
}
bool function TitanSpeedEnabled() {
return GetCurrentPlaylistVarInt("unrestricted_stealing", 0) == 1
return GetCurrentPlaylistVarInt("titans_gain_speed", 0) == 1
}
#if SERVER
//functions
Expand Down

0 comments on commit 769f343

Please sign in to comment.