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;