also echo

This commit is contained in:
2026-04-05 23:28:53 +02:00
parent 6f4e2beabc
commit 53f1401b88
+2
View File
@@ -78,9 +78,11 @@ xdr.on('connection', async (ws, request) => {
switch(data.trim()) { switch(data.trim()) {
case "wL1": case "wL1":
serverConfig.lockToAdmin = true; serverConfig.lockToAdmin = true;
send_to_xdr("wL1\n")
break; break;
case "wL0": case "wL0":
serverConfig.lockToAdmin = false; serverConfig.lockToAdmin = false;
send_to_xdr("wL0\n")
break; break;
// TODO: Do the wT, but not rn because i don't feel like doing the tunerlockTracker // TODO: Do the wT, but not rn because i don't feel like doing the tunerlockTracker
} }