Some smaller changes

This commit is contained in:
WolverinDEV
2019-07-24 20:27:10 +02:00
parent a588f6b6e1
commit ef7e5d5f66
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ export async function load_files(channel: string, static_cb: (message: string, i
static_cb("Searching cache for file", .33);
console.log("Loading UI from data: %o. Target path: %s", ui_info, ui_file_path(ui_info));
if(ui_info.required_client) {
if(ui_info.required_client && !process_args.has_flag(Arguments.DEBUG)) {
const ui_vers = parse_version(ui_info.required_client);
console.log("Checking required client version (Required: %s, Version: %s)", ui_vers.toString(true), (await current_version()).toString(true));
if(ui_vers.newer_than(await current_version())) {