deaktivieren sandbox

This commit is contained in:
2026-06-16 14:30:06 +02:00
parent 86c69c7408
commit 518b0ea0cc

View File

@@ -19,8 +19,8 @@ namespace BeWo
var feature = BeWoClientFeature.AI; var feature = BeWoClientFeature.AI;
#if !DEBUG #if !DEBUG
//stage = BeWoClientReleaseStage.Release; stage = BeWoClientReleaseStage.Release;
//feature = BeWoClientFeature.None; feature = BeWoClientFeature.None;
#endif #endif
BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature); BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature);