mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-25 00:25:27 +02:00
Deprecated a poorly named method
This commit is contained in:
@@ -883,7 +883,7 @@ public enum Captions {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public String f(final Object... args) {
|
@Deprecated public String f(final Object... args) {
|
||||||
return format(getTranslated(), args);
|
return format(getTranslated(), args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user