[FEATURE] Storage adjustments and minor tweaks (#9)

Co-authored-by: Dunemask <dunemask@gmail.com>
Reviewed-on: https://gitea.dunemask.dev/elysium/minecluster/pulls/9
This commit is contained in:
dunemask 2024-01-24 16:39:57 +00:00
parent 3d73f69678
commit 43c4409498
13 changed files with 121 additions and 39 deletions

View file

@ -22,7 +22,7 @@ export default class RconSocket {
onRconError(v) {
this.rconLive = false;
console.log("Server sent" + v);
console.log("Server sent: ", v);
}
onConnect() {