mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Released 7.6.3
This commit is contained in:
parent
80fa5fe7f6
commit
0dbd43eed0
2 changed files with 4 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -64,7 +64,7 @@
|
|||
<version>1.6.4-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<version>7.6.2</version>
|
||||
<version>7.6.3</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -33,6 +33,9 @@ import com.comphenix.protocol.events.PacketContainer;
|
|||
import com.comphenix.protocol.reflect.StructureModifier;
|
||||
|
||||
public class Disguise {
|
||||
/**
|
||||
* Incase I forget, this is used to access normally hidden api calls.
|
||||
*/
|
||||
private static DisguiseAPI disguiseAPI = new DisguiseAPI();
|
||||
private static JavaPlugin plugin;
|
||||
private DisguiseType disguiseType;
|
||||
|
|
Loading…
Reference in a new issue