Compare commits

..

1 commit

Author SHA1 Message Date
LostTrackpad
e45ea22edf
Merge 2d46b1fc30 into 7043cd002a 2024-11-03 18:46:25 -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() and GetGlobalBool("GM_INFECTION") then
if ent:IsPlayer() 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.17"
VERSION_GLOBAL = "1.0.16"
VERSION_LATEST = ""
VERSION_CHECKED = false

View file

@ -1 +1 @@
1.0.17
1.0.16