Second pass on css and reportMenu

This commit is contained in:
GRL 2021-08-18 11:15:46 +02:00
parent 4c3097155b
commit ac825bf725
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
import {loginSceneVisibleStore} from "../../Stores/LoginSceneStore";
import {selectCharacterSceneVisibleStore} from "../../Stores/SelectCharacterStore";
import {SelectCharacterScene, SelectCharacterSceneName} from "../../Phaser/Login/SelectCharacterScene";
import {connectionManager} from "../../Connexion/ConnectionManager";
//import {connectionManager} from "../../Connexion/ConnectionManager";
function disableMenuStores(){

View file

@ -2,7 +2,7 @@
import {showReportScreenStore} from "../../Stores/ShowReportScreenStore";
import {gameManager} from "../../Phaser/Game/GameManager";
export let userUUID: string;
export let userUUID: string | undefined;
let reportMessage: string;
let hiddenError = true;