diff options
author | Och Noe <och_noe@forksworld.de> | 2021-09-23 14:45:24 +0200 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2021-09-23 14:45:24 +0200 |
commit | 1e4d9e80c1e09a55d3444e8410f94d50118dca9d (patch) | |
tree | 06eacaf0d213426a88b396427276be7198eb62b7 | |
parent | 30b17c555aa93d8ebe6aafe762622135b0f7145a (diff) | |
download | cs_waypoints-master.tar.gz cs_waypoints-master.tar.bz2 cs_waypoints-master.zip |
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ local mod_name = minetest.get_current_modname() -local mod_version = "2.14" +local mod_version = "2.15" local function log(level, message) minetest.log(level, ('[%s] %s'):format(mod_name, message)) |