OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
100 stars 85 forks source link

Don't modify locale in getCurrentLocale() #188

Closed kailan closed 8 years ago

kailan commented 8 years ago

This fixes #187.

TheMolkaPL commented 8 years ago

You could use the Apache Commons Lang3 library instead. If it's implemented in SportBukkit.

kailan commented 8 years ago

@TheMolkaPL All I did was remove the call to replaceAll, the rest of the code was part of SportBukkit already and didn't cause an issue.

skipperguy12 commented 8 years ago

Thanks, worked for me

ImTomEddy commented 8 years ago

👍 Could do with a merge.

jedediah commented 8 years ago

danke