forked from TeamUlysses/ulib
Very minor fixes.
This commit is contained in:
parent
8eadece319
commit
70dbf863e8
@ -45,7 +45,7 @@ if not ULib then
|
||||
include( "server/entity_ext.lua" )
|
||||
Msg( "// shared/cami_global.lua //\n" )
|
||||
include( "shared/cami_global.lua" )
|
||||
Msg( "// shared/cami_ulib.lua //\n" )
|
||||
Msg( "// shared/cami_ulib.lua //\n" )
|
||||
include( "shared/cami_ulib.lua" )
|
||||
Msg( "// Load Complete! //\n" )
|
||||
Msg( "///////////////////////////////\n" )
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
ULib = ULib or {}
|
||||
|
||||
ULib.RELEASE = false -- Don't access these two directlly, use ULib.getVersion()
|
||||
ULib.RELEASE = false -- Don't access these two directly, use ULib.getVersion()
|
||||
ULib.VERSION = 2.52
|
||||
|
||||
ULib.ACCESS_ALL = "user"
|
||||
|
Loading…
Reference in New Issue
Block a user