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