This commit is contained in:
Evil Factory
2022-04-20 14:33:11 -03:00
parent 5946a4c043
commit a074e9d352

View File

@@ -1261,7 +1261,7 @@ namespace Barotrauma
if (luaPackage == null)
{
GameMain.Server.SendChatMessage("Couldn't find the LuaCsForBarotrauma package.", ChatMessageType.ServerMessageBox);
GameMain.Server.SendChatMessage("Couldn't find the Lua For Barotrauma package.", ChatMessageType.ServerMessageBox);
return;
}