mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix LuaEntitySAO::getClientInitializationData() and bump the related version
This commit is contained in:
parent
d67004a3be
commit
ab507f83e2
2 changed files with 4 additions and 4 deletions
|
@ -650,7 +650,7 @@ public:
|
|||
// version
|
||||
u8 version = readU8(is);
|
||||
// check version
|
||||
if(version != 0){
|
||||
if(version != 1){
|
||||
errorstream<<"GenericCAO: Unsupported init data version"
|
||||
<<std::endl;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue