1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-11 16:52:57 +08:00
cfx-server-data/resources/[system]/sessionmanager/__resource.lua

12 lines
466 B
Lua
Raw Normal View History

-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
-- Altering or recreating for local use only is strongly discouraged.
version '1.0.0'
author 'Cfx.re <root@cfx.re>'
description 'Handles the "host lock" for non-OneSync servers. Do not disable.'
repository 'https://github.com/citizenfx/cfx-server-data'
2017-01-30 06:27:13 +08:00
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
2016-12-15 20:40:07 +08:00
server_script 'server/host_lock.lua'
client_script 'client/empty.lua'