From 729af2fc2f930ab11eefec3fc62593758d2bcd1d Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 17 Apr 2021 20:08:50 +0200 Subject: [PATCH] Fix Watervision package --- .../bausystem/features/{other => util}/WatervisionCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename BauSystem_Main/src/de/steamwar/bausystem/features/{other => util}/WatervisionCommand.java (97%) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/other/WatervisionCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/util/WatervisionCommand.java similarity index 97% rename from BauSystem_Main/src/de/steamwar/bausystem/features/other/WatervisionCommand.java rename to BauSystem_Main/src/de/steamwar/bausystem/features/util/WatervisionCommand.java index d94ed1fc..ebe888d2 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/other/WatervisionCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/util/WatervisionCommand.java @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -package de.steamwar.bausystem.features.other; +package de.steamwar.bausystem.features.util; import de.steamwar.bausystem.BauSystem; import de.steamwar.bausystem.linkage.LinkageType;