Skip to content

Commit

Permalink
This needs to be in vanilla:modlauncher.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Sanders <zidane@spongepowered.org>
  • Loading branch information
Zidane committed Jul 15, 2020
1 parent 1bc33f0 commit 38eca6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private static final class ContainerHandleVanillaModLauncher extends ContainerHa
public ContainerHandleVanillaModLauncher(String name) {
super(name);

this.setAttribute(Constants.ManifestAttributes.MIXINCONNECTOR, "org.spongepowered.vanilla.launch.VanillaLaunchMixinConnector");
this.setAttribute(Constants.ManifestAttributes.MIXINCONNECTOR, "org.spongepowered.vanilla.modlauncher.mixin.VanillaLaunchMixinConnector");
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package org.spongepowered.vanilla.launch;
package org.spongepowered.vanilla.modlauncher.mixin;

import org.spongepowered.common.launch.LaunchMixinConnector;

Expand Down

0 comments on commit 38eca6a

Please sign in to comment.