mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 02:12:14 -07:00
Admin persistence changes (#5086)
This commit is contained in:
parent
090a48515c
commit
b111f0921c
9 changed files with 148 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ import { ServerDispatch } from 'store';
|
|||
|
||||
export class AdminPersistence {
|
||||
static adjustMod(userName: string, shouldBeMod: boolean, shouldBeJudge: boolean) {
|
||||
console.log('adjustMod');
|
||||
ServerDispatch.adjustMod(userName, shouldBeMod, shouldBeJudge)
|
||||
}
|
||||
|
||||
static reloadConfig() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue