Client side ticker

This commit is contained in:
2025-04-03 15:21:04 +02:00
parent 28b425374a
commit 8024505e1e
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
if SERVER then
require("Cyka.xpticker")
else
require("Cyka.xpticker")
---@class MyModGlobal
---@field CONFIG {QUICKSTACK_KEYS: Keys, FABRICATOR_KEY: Keys, MAX_BUY: Keys, NESTED_CONTAINERS: boolean, DEBUG_MODE: boolean}
---@field MOD_NAME string

View File

@@ -1,5 +1,5 @@
-- luacheck: globals Character Timer Hook SERVER CLIENT
if not SERVER then return end
-- if not SERVER then return end
local amountExperience = 6000
local passiveExperienceDelay = 60
local passiveExperienceTimer = 0