Typo fix.

master
aa6 2017-01-12 18:46:15 +03:00
parent 48f196fc1c
commit a85cd30745
3 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.4.11
0.4.12

View File

@ -17,7 +17,7 @@ minetest_wadsprint =
},
version = io.open(minetest.get_modpath(minetest.get_current_modname()).."/VERSION","r"):read("*all"),
savepath = minetest.get_modpath(minetest.get_current_modname()).."/saved_players_stats.dat",
offline_players_stats = { index = {} }, -- Offline stats aren't processing in the main cycle.
offline_players_stats = { index = {} }, -- Offline stats aren't processed in the main cycle.
}
dofile(minetest.get_modpath(minetest.get_current_modname()).."/config.lua")
dofile(minetest.get_modpath(minetest.get_current_modname()).."/init_hudbars.lua")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB