Skip to content

Commit 1386be8

Browse files
committed
Fixed Fixed namespace testing failing
1 parent 74cae37 commit 1386be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EliteAPI/EliteDangerousApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ private void HandleStatus(StatusEvent status, EventContext context)
233233
if (JsonConvert.SerializeObject(oldValue) == JsonConvert.SerializeObject(newValue))
234234
continue;
235235

236-
var typeName = $"EliteAPI.Events.Status.Ship.Events.{property.Name.Replace("Is", "")}StatusEvent";
236+
var typeName = $"EliteAPI.Status.Ship.Events.{property.Name.Replace("Is", "")}StatusEvent";
237237
var statusEventType = typeof(GearStatusEvent).Assembly.GetType(typeName);
238238
if (statusEventType == null)
239239
{

0 commit comments

Comments
 (0)