Fix missing closing brace in AdminPattern
The previous commit's Edit replaced the TELEPORTED constant including its trailing closing brace and forgot to add the brace back. Tests went red with a ParseError. Restoring the brace.
This commit is contained in:
@@ -34,3 +34,4 @@ class AdminPattern
|
|||||||
* matching.
|
* matching.
|
||||||
*/
|
*/
|
||||||
public const string ADDED_ITEM_ENTRY = '/^\[\d{2}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\] (?<admin>.+?) added item (?<item>Base\.\S+) in (?<target>.+?)\'s inventory\.?$/';
|
public const string ADDED_ITEM_ENTRY = '/^\[\d{2}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\] (?<admin>.+?) added item (?<item>Base\.\S+) in (?<target>.+?)\'s inventory\.?$/';
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user