diff options
Diffstat (limited to 'features/hud/index.js')
| -rw-r--r-- | features/hud/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/hud/index.js b/features/hud/index.js index a72f850..39b41db 100644 --- a/features/hud/index.js +++ b/features/hud/index.js @@ -296,6 +296,7 @@ class Hud extends Feature { } step(){ + if(!Player.getPlayer()) return this.updateHudThingos() let fps = 0 |
