mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Node placement client-side prediction
This commit is contained in:
parent
7ba72f2763
commit
6a0388bb4b
8 changed files with 99 additions and 8 deletions
|
@ -633,6 +633,7 @@ public:
|
|||
std::string wrapper = deSerializeString(is2);
|
||||
std::istringstream wrapper_is(wrapper, std::ios::binary);
|
||||
f->deSerialize(wrapper_is);
|
||||
verbosestream<<"deserialized "<<f->name<<std::endl;
|
||||
if(f->name != "")
|
||||
addNameIdMapping(i, f->name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue