mirror of
https://github.com/TeamUlysses/ulx.git
synced 2025-03-04 03:03:13 -05:00
Back to development mode
This commit is contained in:
parent
4f823a9b02
commit
6c88e39836
@ -1,5 +1,7 @@
|
|||||||
# ULX Changelog
|
# ULX Changelog
|
||||||
|
|
||||||
|
## Upcoming - *(00/00/00)*
|
||||||
|
|
||||||
## v3.81 - *(03/24/24)*
|
## v3.81 - *(03/24/24)*
|
||||||
* [ADD] Added chat commands to both banid and unban. (Thanks, TheByKotik)
|
* [ADD] Added chat commands to both banid and unban. (Thanks, TheByKotik)
|
||||||
* [ADD] Added convar (ulx_motdDisabledMessage <0/1>) to disable the MOTD Disabled on server message if desired.
|
* [ADD] Added convar (ulx_motdDisabledMessage <0/1>) to disable the MOTD Disabled on server message if desired.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"name" "ULX"
|
"name" "ULX"
|
||||||
"version" "3.81"
|
"version" "3.81"
|
||||||
"up_date" "03/24/24"
|
"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" "https://www.ulyssesmod.net/"
|
"author_url" "https://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.81 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead.
|
ulx.version = 3.81 -- 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