Fix context nil access

This commit is contained in:
ChillerDragon 2023-09-17 19:59:36 +02:00
parent 32ab1ebb75
commit e4ba688e92

View file

@ -39,7 +39,7 @@ class GameClient
end end
def on_tick def on_tick
call_hook(:tick, nil) call_hook(:tick, Context.new(nil))
end end
def on_auth_on def on_auth_on