warning and better pve targeting

This commit is contained in:
ntr
2018-12-04 00:20:58 +11:00
parent 63ec7a27ad
commit ad381d58f6
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ function createSocket(events) {
ws.addEventListener('close', (event) => {
console.error('WebSocket closed', event);
toast.warn({
toast.warning({
message: 'disconnected',
position: 'topRight',
});