Build break.

This commit is contained in:
Robin Davies
2024-08-31 21:11:39 -04:00
parent 9aa0f717c3
commit 50653c1b57
-4
View File
@@ -55,10 +55,6 @@ export enum State {
};
class UpdatedError extends Error {
constructor(message: string)
{
super(message);
}
};
export function wantsLoadingScreen(state: State) {
return state >= State.Reconnecting;