forked from TeamUlysses/ulx
Back to dev mode
This commit is contained in:
parent
721a26cd23
commit
0ff7bb365b
@ -1,5 +1,7 @@
|
|||||||
# ULX Changelog
|
# ULX Changelog
|
||||||
|
|
||||||
|
## v3.73 - *(00/00/00)*
|
||||||
|
|
||||||
## v3.72 - *(03/19/17)*
|
## v3.72 - *(03/19/17)*
|
||||||
* [CHANGE] UTeam is now disabled for DarkRP gamemodes to prevent conflicts (Thanks, Bo98).
|
* [CHANGE] UTeam is now disabled for DarkRP gamemodes to prevent conflicts (Thanks, Bo98).
|
||||||
* [CHANGE] "ulx bring" can now bring multiple targets (Thanks for the code, Timmy).
|
* [CHANGE] "ulx bring" can now bring multiple targets (Thanks for the code, Timmy).
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
".git*",
|
".git*",
|
||||||
"ulx.build",
|
"ulx.build",
|
||||||
"README.md",
|
"README.md",
|
||||||
"CHANGELOG.md"
|
"CHANGELOG.md",
|
||||||
|
"LICENSE.md"
|
||||||
],
|
],
|
||||||
"workshopid": 557962280
|
"workshopid": 557962280
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
"AddonInfo"
|
"AddonInfo"
|
||||||
{
|
{
|
||||||
"name" "ULX"
|
"name" "ULX"
|
||||||
"version" "3.72"
|
"version" "3.72d"
|
||||||
"up_date" "03/19/17"
|
"up_date" "00/00/00"
|
||||||
"author_name" "Team Ulysses"
|
"author_name" "Team Ulysses"
|
||||||
"author_email" "teamulysses@ulyssesmod.net"
|
"author_email" "teamulysses@ulyssesmod.net"
|
||||||
"author_url" "http://www.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.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.version = 3.72 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead.
|
||||||
ulx.release = true -- Is this the release?
|
ulx.release = false -- Is this the release?
|
||||||
|
|
||||||
ulx.ID_ORIGINAL = 1
|
ulx.ID_ORIGINAL = 1
|
||||||
ulx.ID_PLAYER_HELP = 2
|
ulx.ID_PLAYER_HELP = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user