1
0
Fork 0

[server] Correct event names in event map

This commit is contained in:
Starbeamrainbowlabs 2017-04-16 16:48:37 +01:00
parent e5342b07db
commit a89608e36f
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ namespace Nibriboard.Client
["CursorPosition"] = typeof(CursorPositionMessage), ["CursorPosition"] = typeof(CursorPositionMessage),
["PlaneChange"] = typeof(PlaneChangeMessage), ["PlaneChange"] = typeof(PlaneChangeMessage),
["ChunkUpdateRequest"] = typeof(ChunkUpdateRequestMessage), ["ChunkUpdateRequest"] = typeof(ChunkUpdateRequestMessage),
["LinePartMessage"] = typeof(LinePartMessage), ["LinePart"] = typeof(LinePartMessage),
["LineCompleteMessage"] = typeof(LineCompleteMessage) ["LineComplete"] = typeof(LineCompleteMessage)
}; };
/// <summary> /// <summary>