]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/lua_api/l_mapgen.cpp
Change some usages of "deprecated" to "obsolete" (#9062)
[dragonfireclient.git] / src / script / lua_api / l_mapgen.cpp
index 2e0cba8ddaa747e80bf42cb3e52fd75febbc819d..cb0d6ac957c951d2d7b0906183f8040b2e52a23f 100644 (file)
@@ -879,7 +879,7 @@ int ModApiMapgen::l_set_mapgen_params(lua_State *L)
                settingsmgr->setMapSetting("chunksize", readParam<std::string>(L, -1), true);
 
        warn_if_field_exists(L, 1, "flagmask",
-               "Deprecated: flags field now includes unset flags.");
+               "Obsolete: flags field now includes unset flags.");
 
        lua_getfield(L, 1, "flags");
        if (lua_isstring(L, -1))