mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add GenericCAO and player armor groups, but don't use them yet
This commit is contained in:
parent
a9ddbb4beb
commit
443f45eca1
7 changed files with 532 additions and 25 deletions
|
@ -1515,7 +1515,7 @@ void Server::AsyncRunStep()
|
|||
infostream<<"WARNING: "<<__FUNCTION_NAME
|
||||
<<": NULL object"<<std::endl;
|
||||
else
|
||||
type = obj->getType();
|
||||
type = obj->getSendType();
|
||||
|
||||
// Add to data buffer for sending
|
||||
writeU16((u8*)buf, id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue