Installa Steam						
					
				
				
									Accedi
											 | 
						Lingua
						
																																					简体中文 (cinese semplificato)
																													繁體中文 (cinese tradizionale)
																													日本語 (giapponese)
																													한국어 (coreano)
																													ไทย (tailandese)
																													Български (bulgaro)
																													Čeština (ceco)
																													Dansk (danese)
																													Deutsch (tedesco)
																													English (inglese)
																													Español - España (spagnolo - Spagna)
																													Español - Latinoamérica (spagnolo dell'America Latina)
																													Ελληνικά (greco)
																													Français (francese)
																																							Bahasa Indonesia (Indonesiano)
																													Magyar (ungherese)
																													Nederlands (olandese)
																													Norsk (norvegese)
																													Polski (polacco)
																													Português (portoghese - Portogallo)
																													Português - Brasil (portoghese brasiliano)
																													Română (rumeno)
																													Русский (russo)
																													Suomi (finlandese)
																													Svenska (svedese)
																													Türkçe (turco)
																													Tiếng Việt (vietnamita)
																													Українська (ucraino)
																									Segnala un problema nella traduzione
							
						
 
											 
													

 0
 0								 Questa discussione è stata chiusa
 Questa discussione è stata chiusa	 
					 
													




 Segnala questo messaggio
 Segnala questo messaggio


Look at this: [00:00:33]: DoLuaFile Error: #[string "scripts/map/level.lua"]:103: TaskSet 'multi' has no data! If preset 'MULTIPRESET' was created with mods enabled, please enable the mods.
Did you add the mod to dedicated_server_mods_setup.lua in your dedicated server's mods folder? It should include this part:
ServerModSetup("726432903")
This will make sure that your dedicated server downloads the latest version of the mod. This is probably the source of your error, since you don't have the MULTIPRESET data, which is clearly present in the mod.
I'm so sorry, you're right, the mod was not being loaded. I was using this docker image[github.com] and I thought it was being built every time I started it, but it was not happening so the new mods were not being loaded.
Now it's working just perfect. Sorry for the inconvenience!