1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

[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

View file

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