mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-09 11:43:56 +01:00
Buf fix setting ar and wl
This commit is contained in:
parent
a88e15227f
commit
fb83305a57
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@
|
||||||
server.set(currentServer);
|
server.set(currentServer);
|
||||||
}
|
}
|
||||||
if (arSave !== null) {
|
if (arSave !== null) {
|
||||||
ar.set(arSave);
|
ar.set(Number(arSave));
|
||||||
}
|
}
|
||||||
if (wlSave !== null) {
|
if (wlSave !== null) {
|
||||||
wl.set(wlSave);
|
wl.set(Number(wlSave));
|
||||||
}
|
}
|
||||||
|
|
||||||
unsubscribeServer = server.subscribe((val) => {
|
unsubscribeServer = server.subscribe((val) => {
|
||||||
|
|
Loading…
Reference in a new issue