mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Deprecated a poorly named method
This commit is contained in:
parent
213fd80894
commit
a7012814ab
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ public enum Captions {
|
|||
}
|
||||
}
|
||||
|
||||
public String f(final Object... args) {
|
||||
@Deprecated public String f(final Object... args) {
|
||||
return format(getTranslated(), args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue