Fix MOTD generator saving unnecessary admin/mod related information to file.

This commit is contained in:
SticklyMan 2016-01-16 17:13:57 -07:00
parent 993314e090
commit acca3d27aa
2 changed files with 3 additions and 2 deletions

View File

@ -289,7 +289,8 @@ function settings.init()
local comment = xgui.getCommentHeader( orig_file )
local new_file = comment
new_file = new_file .. ULib.makeKeyValues( ulx.motdSettings )
local motdSave = { info=ulx.motdSettings.info, style=ulx.motdSettings.style }
new_file = new_file .. ULib.makeKeyValues( motdSave )
ULib.fileWrite( "data/ulx/motd.txt", new_file )
end

View File

@ -1 +1 @@
1452988604
1452989637