forked from TeamUlysses/ulx
Release prep
This commit is contained in:
parent
e470f8f76e
commit
9e5de9290b
@ -1,6 +1,6 @@
|
||||
# ULX Changelog
|
||||
|
||||
## v3.73 - *(00/00/00)*
|
||||
## v3.73 - *(03/21/17)*
|
||||
* [CHANGE] Setting an ULX cvar now no longer needless routes the cvar change through the console.
|
||||
|
||||
## v3.72 - *(03/19/17)*
|
||||
|
@ -1,8 +1,8 @@
|
||||
"AddonInfo"
|
||||
{
|
||||
"name" "ULX"
|
||||
"version" "3.72d"
|
||||
"up_date" "00/00/00"
|
||||
"version" "3.73"
|
||||
"up_date" "03/21/17"
|
||||
"author_name" "Team Ulysses"
|
||||
"author_email" "teamulysses@ulyssesmod.net"
|
||||
"author_url" "http://www.ulyssesmod.net/"
|
||||
|
@ -1,7 +1,7 @@
|
||||
ulx.LOW_ARGS = "You did not specify enough arguments for this command. Type 'ulx help' in console for help."
|
||||
|
||||
ulx.version = 3.72 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead.
|
||||
ulx.release = false -- Is this the release?
|
||||
ulx.version = 3.73 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead.
|
||||
ulx.release = true -- Is this the release?
|
||||
|
||||
ulx.ID_ORIGINAL = 1
|
||||
ulx.ID_PLAYER_HELP = 2
|
||||
|
Loading…
Reference in New Issue
Block a user