Released 7.6.3
This commit is contained in:
parent
80fa5fe7f6
commit
0dbd43eed0
2
pom.xml
2
pom.xml
@ -64,7 +64,7 @@
|
|||||||
<version>1.6.4-R0.1-SNAPSHOT</version>
|
<version>1.6.4-R0.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<version>7.6.2</version>
|
<version>7.6.3</version>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
@ -33,6 +33,9 @@ import com.comphenix.protocol.events.PacketContainer;
|
|||||||
import com.comphenix.protocol.reflect.StructureModifier;
|
import com.comphenix.protocol.reflect.StructureModifier;
|
||||||
|
|
||||||
public class Disguise {
|
public class Disguise {
|
||||||
|
/**
|
||||||
|
* Incase I forget, this is used to access normally hidden api calls.
|
||||||
|
*/
|
||||||
private static DisguiseAPI disguiseAPI = new DisguiseAPI();
|
private static DisguiseAPI disguiseAPI = new DisguiseAPI();
|
||||||
private static JavaPlugin plugin;
|
private static JavaPlugin plugin;
|
||||||
private DisguiseType disguiseType;
|
private DisguiseType disguiseType;
|
||||||
|
Loading…
Reference in New Issue
Block a user