Back to development mode

This commit is contained in:
SticklyMan 2024-03-24 01:20:42 -06:00
parent 4f823a9b02
commit 6c88e39836
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# ULX Changelog
## Upcoming - *(00/00/00)*
## v3.81 - *(03/24/24)*
* [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.

View File

@ -2,7 +2,7 @@
{
"name" "ULX"
"version" "3.81"
"up_date" "03/24/24"
"up_date" "00/00/00"
"author_name" "Team Ulysses"
"author_email" "teamulysses@ulyssesmod.net"
"author_url" "https://www.ulyssesmod.net/"

View File

@ -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.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_PLAYER_HELP = 2

View File

@ -1 +1 @@
1711250983
1711264842