Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Sep 9, 2014
1 parent a570125 commit 96a8b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HappyFunTimes/PlayerSpawner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void StartNewPlayer(object sender, PlayerConnectMessageArgs e)
SpawnInfo spawnInfo = new SpawnInfo();
spawnInfo.netPlayer = e.netPlayer;
spawnInfo.name = "Player" + (++m_count);
gameObject.SendMessage("InitalizeNetPlayer", spawnInfo);
gameObject.SendMessage("InitializeNetPlayer", spawnInfo);
}

void Start ()
Expand Down

0 comments on commit 96a8b74

Please sign in to comment.