Skip to content

Commit 32f8262

Browse files
Don't pointlessly set UsableByFrozenPlayers to false
1 parent 2152efe commit 32f8262

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

fCraft/Commands/BuildingCommands.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@ private static void PlaceHandler(Player player, CommandReader cmd) {
883883
RepeatableSelection = true,
884884
Usage = "/Center",
885885
Help = "Places a block at the center for a chosen cuboided area",
886-
UsableByFrozenPlayers = false,
887886
Handler = CenterHandler
888887
};
889888

@@ -2746,7 +2745,6 @@ static void StaticHandler( Player player, CommandReader cmd ) {
27462745
RepeatableSelection = true,
27472746
Usage = "/Snake (Length) [Block]",
27482747
Help = "Builds a randomixed snake at a desired length with the specified block.",
2749-
UsableByFrozenPlayers = false,
27502748
Handler = SnakeHandler
27512749
};
27522750

fCraft/Commands/ChatCommands.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ static void StaffSayHandler(Player player, CommandReader cmd) {
169169
Category = CommandCategory.New | CommandCategory.Chat,
170170
Permissions = new[] { Permission.Chat },
171171
NotRepeatable = true,
172-
UsableByFrozenPlayers = false,
173172
Usage = "/Review",
174173
Help = "Asks available Moderators for a review of your build.",
175174
Handler = ReviewHandler

0 commit comments

Comments
 (0)