1.0.4 and onesync server constraint

This commit is contained in:
Linden
2021-12-24 12:00:05 +11:00
committed by GitHub
parent 1afc819f05
commit 6b3af6f0d9

View File

@@ -23,14 +23,14 @@ game 'gta5'
--[[ Resource Information ]]-- --[[ Resource Information ]]--
name 'pe-lualib' name 'pe-lualib'
author 'Linden' author 'Linden'
version '1.0.3' version '1.0.4'
repository 'https://github.com/project-error/pe-lualib' repository 'https://github.com/project-error/pe-lualib'
description 'A library of shared functions to utilise in other resources.' description 'A library of shared functions to utilise in other resources.'
--[[ Manifest ]]-- [[ Manifest ]]--
-- dependencies { dependencies {
-- '/onesync', Disabled until the heat death of the universe (or recommended artifact updates) '/onesync',
-- } }
files { files {
'init.lua', 'init.lua',
@@ -47,4 +47,4 @@ client_scripts {
server_scripts { server_scripts {
'version.lua', 'version.lua',
'resource/**/server.lua' 'resource/**/server.lua'
} }