Skip to content

Commit

Permalink
Release date is this August
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Jul 18, 2019
1 parent d29c32a commit e3c4114
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2006Redone Server/src/redone/game/players/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ public void initialize() {
getActionSender().sendMessage("@red@Did you know?@bla@ We're open source! Pull requests are welcome");
getActionSender().sendMessage("Source code at github.com/dginovker/2006rebotted");
getActionSender().sendMessage("Welcome to the Beta! A reset will occur before main release -");
getActionSender().sendMessage("Release date will be July 18th! Join our Discord: discord.gg/4zrA2Wy");
getActionSender().sendMessage("Release date will be this August! Join our Discord: discord.gg/4zrA2Wy");
}
for (int i = 0; i < 25; i++) {
getActionSender().setSkillLevel(i, playerLevel[i], playerXP[i]);
Expand Down
Binary file modified 2006Redone_Server/redone/game/players/Client.class
Binary file not shown.

0 comments on commit e3c4114

Please sign in to comment.