mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
Remove, don't just comment out.
This commit is contained in:
parent
60d69e3cc4
commit
ccb7fc5886
@ -710,54 +710,6 @@ public class McMMOPlayer {
|
||||
return ptpRecord;
|
||||
}
|
||||
|
||||
// public boolean getPtpEnabled() {
|
||||
// return ptpEnabled;
|
||||
// }
|
||||
//
|
||||
// public void togglePtpUse() {
|
||||
// ptpEnabled = !ptpEnabled;
|
||||
// }
|
||||
//
|
||||
// public Player getPtpRequest() {
|
||||
// return ptpRequest;
|
||||
// }
|
||||
//
|
||||
// public void setPtpRequest(Player ptpRequest) {
|
||||
// this.ptpRequest = ptpRequest;
|
||||
// }
|
||||
//
|
||||
// public boolean hasPtpRequest() {
|
||||
// return (ptpRequest != null);
|
||||
// }
|
||||
//
|
||||
// public void removePtpRequest() {
|
||||
// ptpRequest = null;
|
||||
// }
|
||||
//
|
||||
// public boolean getPtpConfirmRequired() {
|
||||
// return ptpConfirmRequired;
|
||||
// }
|
||||
//
|
||||
// public void togglePtpConfirmRequired() {
|
||||
// ptpConfirmRequired = !ptpConfirmRequired;
|
||||
// }
|
||||
//
|
||||
// public int getPtpLastUse() {
|
||||
// return ptpLastUse;
|
||||
// }
|
||||
//
|
||||
// public void actualizePtpLastUse() {
|
||||
// ptpLastUse = (int) (System.currentTimeMillis() / Misc.TIME_CONVERSION_FACTOR);
|
||||
// }
|
||||
//
|
||||
// public long getPtpTimeout() {
|
||||
// return ptpTimeout;
|
||||
// }
|
||||
//
|
||||
// public void actualizePtpTimeout() {
|
||||
// ptpTimeout = (int) (System.currentTimeMillis() / Misc.TIME_CONVERSION_FACTOR);
|
||||
// }
|
||||
|
||||
public int getItemShareModifier() {
|
||||
if (itemShareModifier < 10) {
|
||||
setItemShareModifier(10);
|
||||
|
Loading…
Reference in New Issue
Block a user