Merge pull request #118 from JadeShrineMaiden/moblocomotion

Greased up enemies
This commit is contained in:
2020-09-27 20:02:52 +02:00
committed by GitHub
7 changed files with 86 additions and 15 deletions

View File

@@ -322,6 +322,9 @@ void PlayerManager::enterPlayer(CNSocket* sock, CNPacketData* data) {
addPlayer(sock, plr);
//check if there is an expiring vehicle
ItemManager::checkItemExpire(sock, getPlayer(sock));
//set player equip stats
ItemManager::setItemStats(getPlayer(sock));
}
void PlayerManager::sendToViewable(CNSocket* sock, void* buf, uint32_t type, size_t size) {