Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf21 committed Oct 7, 2019
1 parent e53805b commit fbda34a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ function CreateChanges()
<li>Roles now always get their equipment on time</li>
<li>On role changes, old equipment gets removed first</li>
</ul>
<li>New Role Init system - fixes sometimes unavailable shops even if set</li>
<li>New armor system</li>
<ul>
<li>Armor is now displayed in the HUD</li>
Expand All @@ -526,7 +525,7 @@ function CreateChanges()
<li>Reaching an armor value of 50 (by default) increases its strength</li>
<li>Armor depletes over time</li>
</ul>
<li>Allowed items to be buyed mulible times, if <i>.limited</i> is set to <i>true</i></li>
<li>Allowed items to be bought multiple times, if <i>.limited</i> is set to <i>true</i></li>
</ul>
<br>
<h2>Improved:</h2>
Expand All @@ -544,9 +543,10 @@ function CreateChanges()
<br>
<h2>Fixed:</h2>
<ul>
<li>Fixed sometimes unavailable shops even if set</li>
<li>Team confirmation convar issue in network-syncing</li>
<li>Reset radar timer on item remove, fixes problems with rolechanges</li>
<li>Fixed an exploid where players could send network messages to run admin commands on the server</li>
<li>Fixed an exploitable vulnerability</li>
</ul>
]], os.time({year = 2019, month = 10, day = 06}))

Expand Down

0 comments on commit fbda34a

Please sign in to comment.