Skip to content

Commit

Permalink
Bump version number | Add changelogs
Browse files Browse the repository at this point in the history
v0.6.3b
  • Loading branch information
TimGoll committed Mar 5, 2020
1 parent fd8d878 commit 9855ac6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,20 @@ function CreateChanges()
</ul>
]], os.time({year = 2020, month = 03, day = 1}))

AddChange("TTT2 Base - v0.6.3b", [[
<h2>New:</h2>
<ul>
<li>Added a Polish translation (Thanks @Wukerr)</li>
<li>Added fallback icons for equipment</li>
</ul>
<br>
<h2>Fixed:</h2>
<ul>
<li>Fix <i>body_found</i> for bots</li>
<li>Fix NWVarSyncing when using <i>TTT2NET:Set()</i></li>
</ul>
]], os.time({year = 2020, month = 03, day = 5}))

-- run hook for other addons to add their changelog as well
hook.Run("TTT2AddChange", changes, currentVersion)
end
Expand Down
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/shared/sh_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GM.Name = "TTT2 (Advanced Update)"
GM.Author = "Bad King Urgrain, Alf21, tkindanight, Mineotopia, LeBroomer"
GM.Email = "[email protected]"
GM.Website = "ttt.badking.net, ttt2.informaskill.de"
GM.Version = "0.6.2b"
GM.Version = "0.6.3b"
GM.Customized = true

TTT2 = true -- identifier for TTT2. Just use "if TTT2 then ... end"
Expand Down

0 comments on commit 9855ac6

Please sign in to comment.