Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
gamemode: Fix wrong id for settings
Browse files Browse the repository at this point in the history
This caused some of these to overwrite each other.
  • Loading branch information
Xaymar committed Nov 25, 2017
1 parent eb3b7f3 commit 624fc39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/gamemodes/prophuntextended/prophuntextended.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,23 +346,23 @@
"default" "20"
"help" "Camera: Horizontal allowed camera distance range."
}
803
804
{
"name" "ph_camera_distance_up_range"
"text" "Camera Vertical Offset Range"
"type" "Numeric"
"default" "20"
"help" "Camera: Vertical allowed camera distance range."
}
803
805
{
"name" "ph_camera_lag_min"
"text" "Camera Lag Min."
"type" "Numeric"
"default" "0"
"help" "Camera: Minimum Camera Lag."
}
803
806
{
"name" "ph_camera_lag_max"
"text" "Camera Lag Max."
Expand Down

0 comments on commit 624fc39

Please sign in to comment.