File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " fsg-mod-assistant" ,
3- "version" : " 5.9.81 " ,
3+ "version" : " 5.9.82 " ,
44 "description" : " FSG Farm Sim Mod Assistant" ,
55 "main" : " modAssist_main.js" ,
66 "homepage" : " https://github.com/FSGModding/FSG_Mod_Assistant#readme" ,
Original file line number Diff line number Diff line change @@ -970,8 +970,6 @@ class client_BuilderPlace {
970970 doSideBar ( ) {
971971 this . #html_arr. sidebar = [ ]
972972
973- console . log ( this . #item. animals )
974- console . log ( `fill-${ this . #item. animals . husbandryType ?. toLowerCase ?. ( ) } ` )
975973 this . #add_sidebar( this . #util. markup_data_ifTrue ( 'price' , this . #util. num_default ( this . #item. sorting . price ) ) )
976974 this . #add_sidebar( this . #util. markup_data_ifTrue ( 'income' , this . #util. num_default ( this . #item. sorting . incomePerHour ) ) )
977975 this . #add_sidebar( this . #util. markup_data_ifTrue ( 'objects' , this . #util. num_default ( this . #item. storage . objects ) ) )
You can’t perform that action at this time.
0 commit comments