mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Network entity ids (#4252)
This commit is contained in:
@@ -38,14 +38,14 @@ public sealed partial class ToolshedParserTest : ToolshedTest
|
||||
}
|
||||
|
||||
[Test]
|
||||
public async Task EntityUidTypeParser()
|
||||
public async Task EntityTypeParser()
|
||||
{
|
||||
await Server.WaitAssertion(() =>
|
||||
{
|
||||
ParseCommand("ent 1");
|
||||
ParseCommand("ent c1");
|
||||
// Clientside entities are a myth.
|
||||
|
||||
ExpectError<InvalidEntityUid>();
|
||||
ExpectError<InvalidEntity>();
|
||||
ParseCommand("ent foodigity");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user