mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[client] Bugfix: Finish capitalising 'event' in the messages as it's a reserved word in C#
This commit is contained in:
parent
fec2cc85e2
commit
a09229d341
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class CursorSyncer
|
||||||
{
|
{
|
||||||
// Update the server on the mouse's position
|
// Update the server on the mouse's position
|
||||||
this.rippleLink.send({
|
this.rippleLink.send({
|
||||||
"event": "CursorPosition",
|
"Event": "CursorPosition",
|
||||||
"AbsCursorPosition": this.cursorPosition
|
"AbsCursorPosition": this.cursorPosition
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue