Skip to content

Commit

Permalink
Blah
Browse files Browse the repository at this point in the history
  • Loading branch information
zidonuke committed Dec 31, 2013
1 parent 0287e86 commit b7d7aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ForwardThread.cs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public void run()
{
this.client.sendChatMessage(Config.GetMotd());

if (!this.client.playerData.canIBuild())
if (!this.client.playerData.group.hasPermission("world.build"))
this.client.sendChatMessage("^#f75d5d;" + StarryboundServer.config.buildErrorMessage);

this.client.playerData.sentMotd = true;
Expand Down

0 comments on commit b7d7aeb

Please sign in to comment.