Skip to content

Commit

Permalink
Release: v0.11.4b (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk authored Dec 17, 2021
1 parent 5a487c5 commit 8f450ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel

## Unreleased

## [v0.11.4b](https://github.com/TTT-2/TTT2/tree/v0.11.4b) (2021-12-17)

### Changed

- Updated Japanese translation (by @westooooo)
Expand Down
10 changes: 9 additions & 1 deletion gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ function CreateChanges()
<ul>
<li>Fixed the hook scope in the disguiser causing an error</li>
<li>Fixed the classic entity spawn mode breaking on maps without all three spawn types</li>
<li>Fixed weapons not using their average firerate with a tickrate dependent fix. Function <code>SWEP:SetNextPrimaryFire(nextTime)</code> was overwritten with our fix <code>SWEP:SetNextPrimaryFire(nextTime, skipTickrateFix)</code>
<li>Fixed weapons not using their average firerate with a tickrate dependent fix. Function <code>SWEP:SetNextPrimaryFire(nextTime)</code> was overwritten with our fix <code>SWEP:SetNextPrimaryFire(nextTime, skipTickrateFix)</code>
</ul>
<h2>Changed</h2>
Expand Down Expand Up @@ -1222,6 +1222,14 @@ function CreateChanges()
</ul>
]], os.time({ year = 2021, month = 11, day = 18 }))

AddChange("TTT2 Base - v0.11.4b", [[
<h2>Changed</h2>
<ul>
<li>Switched from the voicerecord commands to the GMod permission system due to a recent GMod update breaking the old voice chat</li>
<li>Updated Japanese translation (by @westooooo)</li>
</ul>
]], os.time({ year = 2021, month = 12, day = 17 }))

---
-- run hook for other addons to add their changelog as well
-- @realm client
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, saibotk, Mineotopia, LeBroomer, Histalek, ZenBre4ker"
GM.Email = "[email protected]"
GM.Website = "ttt.badking.net, docs.ttt2.neoxult.de"
GM.Version = "0.11.3b"
GM.Version = "0.11.4b"
GM.Customized = true

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

0 comments on commit 8f450ae

Please sign in to comment.