We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54371a1 commit 1f80cd5Copy full SHA for 1f80cd5
EXILED/Exiled.API/Features/Player.cs
@@ -1296,7 +1296,7 @@ public static Player Get(string args)
1296
if (int.TryParse(args, out int id))
1297
return Get(id);
1298
1299
- if (args.EndsWith("@steam") || args.EndsWith("@discord") || args.EndsWith("@northwood"))
+ if (args.EndsWith("@steam") || args.EndsWith("@discord") || args.EndsWith("@northwood") || args.EndsWith("@offline"))
1300
{
1301
foreach (Player player in Dictionary.Values)
1302
0 commit comments