Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
Version change (russian language addition)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy228 committed Sep 8, 2017
1 parent 973590f commit 2aa8d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/autorun/damagelog_autorun.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- if engine.ActiveGamemode() == 'terrortown' then
Damagelog = Damagelog or {}
Damagelog.VERSION = "3.0.0"
Damagelog.VERSION = "3.1.0"

if not file.Exists("damagelog", "DATA") then
file.CreateDir("damagelog")
Expand All @@ -23,4 +23,4 @@
end
-- else
-- print("Gamemode is not TTT")
-- end
-- end

0 comments on commit 2aa8d96

Please sign in to comment.