1
0
Fork 0
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:
Perttu Ahola 2012-03-29 16:10:11 +03:00
parent a9ddbb4beb
commit 443f45eca1
7 changed files with 532 additions and 25 deletions

View file

@ -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);