mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 21:33:02 +05:00
Compare commits
3 commits
e45ea22edf
...
bef3d669b3
Author | SHA1 | Date | |
---|---|---|---|
|
bef3d669b3 | ||
7fc975dc42 | |||
83e2d53d9f |
3 changed files with 3 additions and 3 deletions
|
@ -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!")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION_GLOBAL = "1.0.16"
|
||||
VERSION_GLOBAL = "1.0.17"
|
||||
VERSION_LATEST = ""
|
||||
VERSION_CHECKED = false
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.0.16
|
||||
1.0.17
|
Loading…
Reference in a new issue