forked from teamnwah/openmw-tes3coop
Fix typo in method name "getGUIConroller", part 2
This commit is contained in:
parent
63eebd3d18
commit
77aff346e9
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
|||
myPacket->Packet(&bsIn, pl, false);
|
||||
message = *pl->ChatMessage();
|
||||
}
|
||||
Main::get().getGUIConroller()->PrintChatMessage(message);
|
||||
Main::get().getGUIController()->PrintChatMessage(message);
|
||||
break;
|
||||
}
|
||||
case ID_GAME_CHARGEN:
|
||||
|
|
Loading…
Reference in a new issue