Fixed typos

This commit is contained in:
MrGadget1024 2020-11-18 11:28:01 -05:00
parent 1947f061ad
commit 43cea98ef9

View File

@ -403,13 +403,13 @@ public override void OnStartServer()
{
if (string.IsNullOrEmpty(RoomScene))
{
logger.LogError("NetworkRoomManager RoomScene is empty. Set the RoomScene in the inspector for the NetworkRoomMangaer");
logger.LogError("NetworkRoomManager RoomScene is empty. Set the RoomScene in the inspector for the NetworkRoomManager");
return;
}
if (string.IsNullOrEmpty(GameplayScene))
{
logger.LogError("NetworkRoomManager PlayScene is empty. Set the PlayScene in the inspector for the NetworkRoomMangaer");
logger.LogError("NetworkRoomManager PlayScene is empty. Set the PlayScene in the inspector for the NetworkRoomManager");
return;
}