mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-10-31 07:39:42 +01:00
Fixed horrible typo, implemented dynamic plugin name
This commit is contained in:
parent
30b4cfe44e
commit
a176aba350
@ -651,7 +651,7 @@ public final class Settings extends YamlConfiguration {
|
|||||||
BufferedWriter w = new BufferedWriter(fw);
|
BufferedWriter w = new BufferedWriter(fw);
|
||||||
w.write("Welcome {PLAYER} on {SERVER} server");
|
w.write("Welcome {PLAYER} on {SERVER} server");
|
||||||
w.newLine();
|
w.newLine();
|
||||||
w.write("This server use AuthMe protection!");
|
w.write("This server uses " + AuthMe.PLUGIN_NAME + " protection!");
|
||||||
w.close();
|
w.close();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
Loading…
Reference in New Issue
Block a user