diff --git a/MainModule/Server/Commands/Donors.luau b/MainModule/Server/Commands/Donors.luau index bdf434c22..855c5603f 100644 --- a/MainModule/Server/Commands/Donors.luau +++ b/MainModule/Server/Commands/Donors.luau @@ -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 \ No newline at end of file +end