Skip to content

Commit 7e21f51

Browse files
moved SendMultipleMatchError to TSPlayer
1 parent 2b1b529 commit 7e21f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SpawnMobX/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private static bool TryFindOneNPC(TSPlayer errorReceiver, string query, out NPC
235235

236236
if (results.Count > 1)
237237
{
238-
TShock.Utils.SendMultipleMatchError(errorReceiver, results.Select(n => n.FullName));
238+
errorReceiver.SendMultipleMatchError(results.Select(n => n.FullName));
239239
return false;
240240
}
241241

0 commit comments

Comments
 (0)