Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fr34kyn01535 committed Dec 23, 2015
1 parent 3f5cf30 commit 5c22e67
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CommandRunFeast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ public string Help
{
get { return "Immediately starts the feast"; }
}
public bool AllowFromConsole
{
get { return true; }
}
public string Syntax
{
get { return ""; }
Expand All @@ -34,6 +30,15 @@ public List<string> Permissions
{
get { return new List<string>(); }
}

public AllowedCaller AllowedCaller
{
get
{
return AllowedCaller.Both;
}
}

// Run the command.
public void Execute(IRocketPlayer caller, string[] command)
{
Expand Down
Binary file modified lib/Assembly-CSharp.dll
Binary file not shown.
Binary file modified lib/Rocket.API.dll
Binary file not shown.
Binary file modified lib/Rocket.Core.dll
Binary file not shown.
Binary file modified lib/Rocket.Unturned.dll
Binary file not shown.

0 comments on commit 5c22e67

Please sign in to comment.