1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

see changelog

This commit is contained in:
Aaron Veden 2020-05-27 19:19:25 -07:00
parent f781d2ea38
commit a8964c4638
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.18.16
Date: 27. 4 2020
Bugfixes:
- Fixed landmines being removed after arming
---------------------------------------------------------------------------------------------------
Version: 0.18.15
Date: 25. 4 2020

View File

@ -1022,8 +1022,6 @@ local function onEntitySpawned(event)
else
entity.destroy()
end
else
entity.destroy()
end
end
end

View File

@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "0.18",
"version" : "0.18.15",
"version" : "0.18.16",
"title" : "Rampant",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",