Fixed typo: Weather --> Whether
This commit is contained in:
parent
dc82be7a33
commit
dabe718c61
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ namespace LightReflectiveMirror
|
|||
/// <param name="serverData">Extra data the host can include</param>
|
||||
/// <param name="useDirectConnect">Weather or not, the host is capable of doing direct connections</param>
|
||||
/// <param name="hostLocalIP">The hosts local IP</param>
|
||||
/// <param name="useNatPunch">Weather or not, the host is supporting NAT Punch</param>
|
||||
/// <param name="useNatPunch">Whether or not, the host is supporting NAT Punch</param>
|
||||
/// <param name="port">The port of the direct connect transport on the host</param>
|
||||
private void CreateRoom(int clientId, int maxPlayers, string serverName, bool isPublic, string serverData, bool useDirectConnect, string hostLocalIP, bool useNatPunch, int port)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue