Very minor fixes.

This commit is contained in:
SticklyMan 2015-11-22 00:47:15 -07:00
parent 8eadece319
commit 70dbf863e8
3 changed files with 3 additions and 2 deletions

View File

@ -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" )

View File

@ -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"

1
version Normal file
View File

@ -0,0 +1 @@
1448178435