This commit is contained in:
Sem van der Hoeven
2020-10-23 20:45:25 +02:00
parent 3015c0312f
commit 8ca4efc296
3 changed files with 11 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ namespace Server.Models
case JSONConvert.CANVAS_RESET:
dynamic canvasDataForReset = new
{
type = JSONConvert.GetCanvasMessageType(payload)
canvasType = JSONConvert.GetCanvasMessageType(payload)
};
serverCom.SendToLobby(serverCom.GetLobbyForUser(User), JSONConvert.GetMessageToSend(CANVAS, canvasDataForReset));
break;