Compare commits

..

3 commits

Author SHA1 Message Date
LostTrackpad
bef3d669b3
Merge 2d46b1fc30 into 7fc975dc42 2024-11-05 17:27:12 +05:00
7fc975dc42
v1.0.17 2024-11-04 19:06:33 +05:00
83e2d53d9f
fix anticamp box working only in infection 2024-11-04 19:05:50 +05:00
3 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ function ENT:StartTouch(ent)
end
function ENT:Touch(ent)
if ent:IsPlayer() then
if ent:IsPlayer() and GetGlobalBool("GM_INFECTION") then
if CurTime() > ent.MemeTime then
if not ent.MemeMessage then
ent:ChatPrint("Are you having fun standing still in a parkour game? Let's spice things up a bit!")

View file

@ -1,4 +1,4 @@
VERSION_GLOBAL = "1.0.16"
VERSION_GLOBAL = "1.0.17"
VERSION_LATEST = ""
VERSION_CHECKED = false

View file

@ -1 +1 @@
1.0.16
1.0.17