forked from teamnwah/openmw-tes3coop
Turn overlooked instance of GetCell() into getCell()
This commit is contained in:
parent
6cd959fac8
commit
1a25434d33
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void Players::newPlayer(RakNet::RakNetGUID guid)
|
|||
guid.g);
|
||||
|
||||
players[guid.g] = new Player(guid);
|
||||
players[guid.g]->GetCell()->blank();
|
||||
players[guid.g]->getCell()->blank();
|
||||
players[guid.g]->Npc()->blank();
|
||||
players[guid.g]->NpcStats()->blank();
|
||||
players[guid.g]->CreatureStats()->blank();
|
||||
|
|
Loading…
Reference in a new issue