mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-22 08:03:34 +00:00
removed unused import statements from packet class
This commit is contained in:
parent
1b789154bf
commit
fff0a6071a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
|||
// Copyright (c) 2017 PSForever
|
||||
package net.psforever.packet.game
|
||||
|
||||
import net.psforever.packet.{GamePacketOpcode, Marshallable, PacketHelpers, PlanetSideGamePacket}
|
||||
import net.psforever.packet.{GamePacketOpcode, Marshallable, PlanetSideGamePacket}
|
||||
import scodec.Codec
|
||||
import scodec.codecs._
|
||||
import scodec.bits._
|
||||
|
||||
/**
|
||||
* Tell the server that the player is is jumping.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue