mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
update imports
This commit is contained in:
parent
475d71677c
commit
e7072d4a0c
|
@ -8,7 +8,7 @@ import { Enums } from "./Enums.js"
|
|||
import Packet from "./Packet.js"
|
||||
import SCDisconnectPacket from "./packets/SCDisconnectPacket.js"
|
||||
import { MineProtocol } from "./Protocol.js"
|
||||
import { EaglerSkins } from "./EaglerSkins.js"
|
||||
import { EaglerSkins } from "./skins/EaglerSkins.js"
|
||||
import { Util } from "./Util.js"
|
||||
import { BungeeUtil } from "./BungeeUtil.js"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import { SCReadyPacket } from "./packets/SCReadyPacket.js";
|
|||
import { Chalk } from "chalk";
|
||||
import EventEmitter from "events";
|
||||
import { MineProtocol } from "./Protocol.js";
|
||||
import { EaglerSkins } from "./EaglerSkins.js";
|
||||
import { EaglerSkins } from "./skins/EaglerSkins.js";
|
||||
import { CSSetSkinPacket } from "./packets/CSSetSkinPacket.js";
|
||||
import { CSChannelMessagePacket } from "./packets/channel/CSChannelMessage.js";
|
||||
import { Constants, UPGRADE_REQUIRED_RESPONSE } from "./Constants.js";
|
||||
|
|
|
@ -15,7 +15,7 @@ import { Constants } from "../Constants.js";
|
|||
import { Motd } from "../Motd.js";
|
||||
import { Player } from "../Player.js";
|
||||
import { MineProtocol } from "../Protocol.js";
|
||||
import { EaglerSkins } from "../EaglerSkins.js";
|
||||
import { EaglerSkins } from "../skins/EaglerSkins.js";
|
||||
import { BungeeUtil } from "../BungeeUtil.js";
|
||||
|
||||
export class PluginManager extends EventEmitter {
|
||||
|
|
Loading…
Reference in New Issue
Block a user