Fix PDA capitalization to be PascalCase (#17335)
This commit is contained in:
@@ -187,7 +187,7 @@ public sealed class AlertLevelSystem : EntitySystem
|
||||
|
||||
RaiseLocalEvent(new AlertLevelChangedEvent(station, level));
|
||||
|
||||
var pdas = EntityQueryEnumerator<PDAComponent>();
|
||||
var pdas = EntityQueryEnumerator<PdaComponent>();
|
||||
while (pdas.MoveNext(out var ent, out var comp))
|
||||
{
|
||||
RaiseLocalEvent(ent,new AlertLevelChangedEvent(station, level));
|
||||
|
||||
Reference in New Issue
Block a user