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;
#if !DEBUG
//stage = BeWoClientReleaseStage.Release;
//feature = BeWoClientFeature.None;
stage = BeWoClientReleaseStage.Release;
feature = BeWoClientFeature.None;
#endif
BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature);