forked from TeamUlysses/ulx
Changed MOTD settings module to require access to "ulx showmotd".
This commit is contained in:
parent
acca3d27aa
commit
ef9c71aa4f
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user