Skip to content

Commit

Permalink
Move MixinExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Oct 11, 2024
1 parent 6e26571 commit 05abfdb
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 @@ -17,8 +17,8 @@
*/
package com.soulfiremc.launcher;

import com.soulfiremc.api.MixinExtension;
import com.soulfiremc.builddata.BuildData;
import com.soulfiremc.server.api.MixinExtension;
import com.soulfiremc.server.util.PortHelper;
import com.soulfiremc.server.util.SFPathConstants;
import com.soulfiremc.server.util.structs.CustomClassProvider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.soulfiremc.api;
package com.soulfiremc.server.api;

import org.pf4j.ExtensionPoint;

Expand Down

0 comments on commit 05abfdb

Please sign in to comment.