mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Deprecated a poorly named method
This commit is contained in:
parent
213fd80894
commit
a7012814ab
@ -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 New Issue
Block a user