Removed unneeded statement.

This commit is contained in:
SticklyMan 2016-01-31 00:12:29 -07:00
parent a2fd1bd70d
commit c1d811bd5d
2 changed files with 1 additions and 2 deletions

View File

@ -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 )

View File

@ -1 +1 @@
1454197091
1454224349