Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tides committed Dec 13, 2023
1 parent 011088d commit 831149b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion Obsidian.Tests/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public async Task TestCommandExec()

ICommandSender sender = new CommandSender(CommandIssuers.Console, player: null, logger: null);

cmd.RegisterCommandClass<Command>(null, new Command());
cmd.RegisterCommandClass<Command>(null);

await cmd.ProcessCommand(new CommandContext("/ping 69 hello", sender, null, null));
Assert.Equal(69, Command.arg1out);
Expand Down
17 changes: 0 additions & 17 deletions Obsidian/Plugins/ScheduledDependencyInjection.cs

This file was deleted.

0 comments on commit 831149b

Please sign in to comment.