Changed MOTD settings module to require access to "ulx showmotd".

This commit is contained in:
SticklyMan 2016-01-16 17:28:11 -07:00
parent acca3d27aa
commit ef9c71aa4f
2 changed files with 2 additions and 2 deletions

View File

@ -800,7 +800,7 @@ plist.updateMOTDSettings = function( data )
end
xgui.hookEvent( "motdsettings", "process", plist.updateMOTDSettings, "serverUpdateMOTDSettings" )
xgui.addSubModule( "ULX MOTD", plist, nil, "server" )
xgui.addSubModule( "ULX MOTD", plist, "ulx showmotd", "server" )
-----------------------Player Votemap List-----------------------
xgui.prepareDataType( "votemaps", ulx.votemaps )

View File

@ -1 +1 @@
1452989637
1452990491