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
master
orwell96 2018-01-15 22:17:56 +01:00 committed by GitHub
parent e9946d98ac
commit fa7f05fd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}