Skip to content

Commit

Permalink
Update Limbo.java
Browse files Browse the repository at this point in the history
Little Bug
  • Loading branch information
mrbesen authored and BuildTools committed May 2, 2018
1 parent 1441024 commit ae5f028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/rigner/limbo/Limbo.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private void run()
try
{
this.networkManager.bind(this.limboConfiguration.getIp(), this.limboConfiguration.getPort());
Limbo.LOGGER.info("Listening on port 25565");
Limbo.LOGGER.info("Listening on port " + this.limboConfiguration.getPort());
while (this.run)
this.networkManager.select();
}
Expand Down

0 comments on commit ae5f028

Please sign in to comment.