3 days.. people already selling the ps...

This commit is contained in:
Hiro
2023-11-30 06:25:23 +02:00
parent d306f90435
commit 4cecd170cc

View File

@@ -149,6 +149,9 @@ public class GameServer extends KcpServer {
// Done // Done
LunarCore.getLogger().info("Game Server started on " + address.getPort()); LunarCore.getLogger().info("Game Server started on " + address.getPort());
// Anti-seller
LunarCore.getLogger().warn("LUNARCORE IS A FREE SOFTWARE. IF YOU PAID FOR IT, YOU HAVE BEEN SCAMMED!");
} }
private void onTick() { private void onTick() {