forked from TeamUlysses/ulx
Removed unneeded statement.
This commit is contained in:
parent
a2fd1bd70d
commit
c1d811bd5d
@ -62,7 +62,6 @@ if ULib.fileExists( "lua/ulx/modules/cl/motdmenu.lua" ) or ulx.motdmenu_exists t
|
||||
local motdmenu = ulx.command( CATEGORY_NAME, "ulx motd", ulx.motd, "!motd" )
|
||||
motdmenu:defaultAccess( ULib.ACCESS_ALL )
|
||||
motdmenu:help( "Show the message of the day." )
|
||||
if SERVER then end
|
||||
|
||||
if SERVER then
|
||||
ulx.convar( "showMotd", "2", " <0/1/2/3> - MOTD mode. 0 is off.", ULib.ACCESS_ADMIN )
|
||||
|
Loading…
Reference in New Issue
Block a user