Skip to content

Commit

Permalink
Checkstyle pls.
Browse files Browse the repository at this point in the history
  • Loading branch information
wizjany committed Mar 16, 2019
1 parent 588acb2 commit 6e98015
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -264,8 +264,7 @@ public void handleCommand(CommandEvent event) {
Request.request().setSession(session);
if (actor instanceof Entity) {
Extent extent = ((Entity) actor).getExtent();
if (extent instanceof World)
{
if (extent instanceof World) {
Request.request().setWorld(((World) extent));
}
}
Expand Down

0 comments on commit 6e98015

Please sign in to comment.