Replace invalid references in deprecation messages (#5235)
This commit is contained in:
parent
1322b0c4d1
commit
5b440c3ca7
@ -724,7 +724,7 @@ static int tolua_cWorld_FastSetBlock(lua_State * tolua_S)
|
|||||||
if (OffsetIndex != 3) // Not the vector overload
|
if (OffsetIndex != 3) // Not the vector overload
|
||||||
{
|
{
|
||||||
L.LogStackTrace();
|
L.LogStackTrace();
|
||||||
LOGWARN("GetBlockBlockLight with 3 position arguments is deprecated, use vector-parametered version instead.");
|
LOGWARN("FastSetBlock with 3 position arguments is deprecated, use vector-parametered version instead.");
|
||||||
}
|
}
|
||||||
|
|
||||||
cWorld * World;
|
cWorld * World;
|
||||||
@ -1447,7 +1447,7 @@ static int tolua_cWorld_SetBlock(lua_State * tolua_S)
|
|||||||
if (OffsetIndex != 3) // Not the vector overload
|
if (OffsetIndex != 3) // Not the vector overload
|
||||||
{
|
{
|
||||||
L.LogStackTrace();
|
L.LogStackTrace();
|
||||||
LOGWARN("GetBlockBlockLight with 3 position arguments is deprecated, use vector-parametered version instead.");
|
LOGWARN("SetBlock with 3 position arguments is deprecated, use vector-parametered version instead.");
|
||||||
}
|
}
|
||||||
|
|
||||||
cWorld * World;
|
cWorld * World;
|
||||||
|
Loading…
Reference in New Issue
Block a user