Call settings function with new definition

This commit is contained in:
Tai Kedzierski 2019-08-27 09:59:13 +01:00
parent a99d2103aa
commit f67df1c4f8
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ file:close()
setting("filename", "string", world_path.."/areas.dat")
-- configure the refresh delay for the name displays in the HUD
setting("number", "tick", 0.5)
setting("tick", "float", 0.5)