Skip to content

Commit

Permalink
Revert "add !sit command (#1776)" (#1820)
Browse files Browse the repository at this point in the history
This reverts commit cf15da5.
  • Loading branch information
Dimenpsyonal authored Jan 10, 2025
1 parent 7aceaaf commit 74cff73
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions MainModule/Server/Commands/Donors.luau
Original file line number Diff line number Diff line change
Expand Up @@ -390,19 +390,5 @@ return function(Vargs, env)
end
};

DonorSit = {
Prefix = Settings.PlayerPrefix;
Commands = {"sit"};
Args = {};
Description = "Makes your character sit";
Donors = true;
AdminLevel = "Players";
Function = function(plr: Player, args: {string})
local humanoid = plr.Character and plr.Character:FindFirstChildOfClass("Humanoid")
if humanoid then
humanoid.Sit = true
end
end
};
}
end
end

0 comments on commit 74cff73

Please sign in to comment.