Fix: player list manager

This commit is contained in:
2018-07-04 09:28:43 +09:00
parent 8d9e48af39
commit 4413f0de0b
10 changed files with 175 additions and 138 deletions
@@ -55,7 +55,7 @@ function addPlayer() {
return;
}
loadPlayerListPage(1);
addPlayerListManager.updateAddPlayerListPage(1);
}
}
}