diff --git a/Types/RconType.ts b/Types/RconType.ts index a45c8eb..1108e1f 100644 --- a/Types/RconType.ts +++ b/Types/RconType.ts @@ -13,7 +13,7 @@ export class RconType extends SrcdsLogType.SrcdsLog { this.Type = "Rcon"; } static Identifier: Globals.RegexAssignment = { - regex: /^rcon from "(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d{1,5})": command "(.+)"$/ + regex: /^rcon from "(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d{1,5})": command "(.*)"$/ } -} \ No newline at end of file +}