From 5cf74b44054e72931a260ef70fbf623b210ed220 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 17 Dec 2020 01:49:15 +0100 Subject: [PATCH] Fix typo in one of the mutations --- src/ext/lib/uwui/PlayerUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/lib/uwui/PlayerUI.js b/src/ext/lib/uwui/PlayerUI.js index a4659d3..d9a64bb 100644 --- a/src/ext/lib/uwui/PlayerUI.js +++ b/src/ext/lib/uwui/PlayerUI.js @@ -72,7 +72,7 @@ class PlayerUi extends UI { commit('uw-toggle-ui'); }, 'uw-set-player-debug-data'({commit}, payload) { - commit('uw-set-player-debug-data ', payload); + commit('uw-set-player-debug-data', payload); }, 'uw-set-resizer-debug-data'({commit}, payload) { commit('uw-set-resizer-debug-data', payload);