Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero authored May 30, 2022
1 parent 56d2b63 commit 7e7a282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EventTools/Commands/EventWin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out s
{
foreach (Player pl in Player.List) pl.SetRole(RoleType.Spectator);
}
Player.Get(sender).SetRole(RoleType.ClassD);
target.SetRole(RoleType.ClassD);
Player.Get(sender).SetRole(RoleType.Tutorial);
target.SetRole(RoleType.Tutorial);
response = "Success!";
Expand Down

0 comments on commit 7e7a282

Please sign in to comment.