You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(r ? r.moveNode(n) : e.dispatcher ? e.dispatcher.player.moveNode(n) : e.errorMessage("No player found for this server"),e.successMessage("Moved your player to a closer node!")) :
24
+
(r ? r.move(n) : e.dispatcher ? e.dispatcher.player.move(n) : e.errorMessage("No player found for this server"),e.successMessage("Moved your player to a closer node!")) :
25
25
e.errorMessage("Please return a node name (1-4)"),
0 commit comments