From a1c0e824c67c37cb9fa9f917e28ed1ce492f502f Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Wed, 11 Jun 2025 09:20:09 +0200 Subject: [PATCH] Patch level : 12.00 1394 Files correlati : Bug : Aggiornamento FePA --- src/include01/applicat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include01/applicat.cpp b/src/include01/applicat.cpp index 64b21f794..9827ad120 100644 --- a/src/include01/applicat.cpp +++ b/src/include01/applicat.cpp @@ -427,11 +427,11 @@ const char* TApplication::get_module_name() const } } } - if (!ok && !is_power_station()) +/* if (!ok && !is_power_station()) { cantaccess_box(module); module.cut(0); - } + } */ } } return module;