mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-03 02:33:43 +01: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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user