Skip to content

Commit ab9c50c

Browse files
committed
chore: fix typo in previous author name's
Signed-off-by: Cristóbal Veas <[email protected]>
1 parent 0cc74b2 commit ab9c50c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Akropolis banner](https://user-images.githubusercontent.com/56933557/188349705-b1f1eb56-8e4b-42d2-b99d-f21552ec84c2.png)
22

3-
Akropolis is a modern Minecraft hub server solution that is based on DeluxeHub by ItsLewizz.
3+
Akropolis is a modern Minecraft hub server solution that is based on DeluxeHub by ItsLewizzz.
44
It contains almost all of its features and configuration files are almost the same, so you can just
55
drop your configuration into the plugin's directory, make a few modifications and use it.
66

src/main/java/team/devblook/akropolis/AkropolisPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void onEnable() {
6363
getLogger().log(Level.INFO, " /_/ \\_\\_|\\_\\_| \\___/| .__/ \\___/|_|_|___/");
6464
getLogger().log(Level.INFO, " |_| ");
6565
getLogger().log(Level.INFO, "Author: ZetaStormy");
66-
getLogger().log(Level.INFO, "Based on DeluxeHub by ItsLewizz.");
66+
getLogger().log(Level.INFO, "Based on DeluxeHub by ItsLewizzz.");
6767
getLogger().log(Level.INFO, "--------");
6868

6969
// Check plugin hooks

0 commit comments

Comments
 (0)