From fa7f05fd0cc3d4824a442cfab62d01e349b2e296 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Mon, 15 Jan 2018 22:17:56 +0100 Subject: Actually use the static_save property My PR on this was merged months ago, but i've just noticed that i'm not using it yet --- advtrains/wagons.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'advtrains/wagons.lua') diff --git a/advtrains/wagons.lua b/advtrains/wagons.lua index 9e7d9c5..5fd7de7 100644 --- a/advtrains/wagons.lua +++ b/advtrains/wagons.lua @@ -24,6 +24,7 @@ local wagon={ is_wagon=true, wagon_span=1,--how many index units of space does this wagon consume has_inventory=false, + static_save=false, } -- cgit v1.2.3