Update engine to v197.0.0 (#23069)

This commit is contained in:
Leon Friedrich
2023-12-27 17:41:42 -05:00
committed by GitHub
parent eb04a98294
commit a608071dda
3 changed files with 1 additions and 4 deletions

View File

@@ -291,7 +291,6 @@ public sealed class GatewaySystem : EntitySystem
return;
gatewayComp.Name = gatewayName;
Dirty(gatewayUid, gatewayComp);
}
}