mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Fix LuaEntitySAO::getClientInitializationData() and bump the related version
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user