Tippy fixes (#27475)

How does that UISystemDependency not crash.
This commit is contained in:
metalgearsloth
2024-04-29 18:41:58 +10:00
committed by GitHub
parent 5aece1679a
commit 6d619c9420
3 changed files with 4 additions and 28 deletions

View File

@@ -115,7 +115,6 @@ public sealed class TipsSystem : EntitySystem
var ev = new TippyEvent(args[1]);
string proto;
if (args.Length > 2)
{
ev.Proto = args[2];