mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 12:42:22 -04:00
Fix /blockset using S instead of %S.
This commit is contained in:
parent
33bcb23437
commit
c2395aae9d
@ -51,7 +51,7 @@ namespace MCGalaxy.Commands
|
||||
}
|
||||
}
|
||||
|
||||
Player.GlobalMessage("&d" + Block.Name(foundBlock) + "S's permission was changed to " + Level.PermissionToName(newPerm));
|
||||
Player.GlobalMessage("&d" + Block.Name(foundBlock) + "%S's permission was changed to " + Level.PermissionToName(newPerm));
|
||||
if (p == null)
|
||||
Player.Message(p, Block.Name(foundBlock) + "'s permission was changed to " + Level.PermissionToName(newPerm));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user