Arch PR two electric boogaloo (#4388)

Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
This commit is contained in:
metalgearsloth
2023-11-23 14:29:37 +11:00
committed by GitHub
parent d9b0f3a227
commit 7dce51e2cf
74 changed files with 1852 additions and 1147 deletions

View File

@@ -42,7 +42,7 @@ public sealed partial class ToolshedParserTest : ToolshedTest
{
await Server.WaitAssertion(() =>
{
ParseCommand("ent 1");
ParseCommand("ent 1 2");
// Clientside entities are a myth.
ExpectError<InvalidEntity>();