fixed bug with locale

master^2
Sokomine 2019-03-11 00:34:37 +01:00
parent 5b6ed3b003
commit 81036b0125
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
-- how many seconds does it take to fill a bucket?
cottages.water_fill_time = 10
local S = cottages.S
-- code taken from the itemframes mod in homedecor
-- (the relevant functions are sadly private there and thus cannot be reused)