mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
Released 9.2.2
This commit is contained in:
parent
fb05441f78
commit
d00008855b
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>LibsDisguises</groupId>
|
||||
<artifactId>LibsDisguises</artifactId>
|
||||
<version>9.2.2-SNAPSHOT</version>
|
||||
<version>9.2.2</version>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
|
@ -18,12 +18,12 @@ public class PigWatcher extends AgeableWatcher {
|
||||
sendData(FlagType.PIG_SADDLED);
|
||||
}
|
||||
|
||||
public int getUnknown() {
|
||||
/* public int getUnknown() {
|
||||
return getData(FlagType.PIG_UNKNOWN);
|
||||
}
|
||||
|
||||
public void setUnknown(int unknown) {
|
||||
setData(FlagType.PIG_UNKNOWN, unknown);
|
||||
sendData(FlagType.PIG_UNKNOWN);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user