diff --git a/parts/player/draw.lua b/parts/player/draw.lua index 19c712a1..2a84c642 100644 --- a/parts/player/draw.lua +++ b/parts/player/draw.lua @@ -787,7 +787,7 @@ function draw.norm(P,repMode) gc_scale(P.size) -- Draw username - if GAME.modUsed and P.frameRun>GAME.modUsed*2.6 or not GAME.modUsed then + if GAME.modUsed and P.frameRun>GAME.modUsed*26 or not GAME.modUsed then setFont(30) gc_setColor(GROUP_COLORS[P.group]) GC.mStr(P.username or USERS.getUsername(P.uid),300,-60)