mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[server] Initialise value of list in message object
This commit is contained in:
parent
2ded353c12
commit
4954d53523
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace Nibriboard.Client.Messages
|
|||
/// <summary>
|
||||
/// A list of planes that this nibriboard server currently has.
|
||||
/// </summary>
|
||||
public List<string> Planes;
|
||||
public List<string> Planes = new List<string>();
|
||||
|
||||
public HandshakeResponseMessage()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue