From 17243058fbc369683734ed44a4380a5b35c1f76b Mon Sep 17 00:00:00 2001 From: MewMew Date: Wed, 9 Sep 2020 12:27:42 +0200 Subject: [PATCH] fix for curved rails --- maps/desert_oasis.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/maps/desert_oasis.lua b/maps/desert_oasis.lua index 0c4034bc..003a4afa 100644 --- a/maps/desert_oasis.lua +++ b/maps/desert_oasis.lua @@ -217,6 +217,7 @@ local type_whitelist = { ["logistic-robot"] = true, ["rail-chain-signal"] = true, ["rail-signal"] = true, + ["curved-rail"] = true, ["straight-rail"] = true, ["train-stop"] = true, }