mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
deprecate all obfhelpers
This commit is contained in:
@@ -69,7 +69,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
this.numberOfRestocksToday = 0;
|
||||
}
|
||||
|
||||
+ public GossipContainer getReputation() { return this.getGossips(); } // Paper - OBFHELPER
|
||||
+ @Deprecated public GossipContainer getReputation() { return this.getGossips(); } // Paper - OBFHELPER
|
||||
public GossipContainer getGossips() {
|
||||
return this.gossips;
|
||||
}
|
||||
|
Reference in New Issue
Block a user