mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user