mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
fixed doc
This commit is contained in:
parent
8bbe706f3f
commit
72e9c153d0
@ -232,7 +232,7 @@ export class PhaseInterceptor {
|
||||
/**
|
||||
* Toggle the Interceptor's logging blacklist, enabling or disabling logging all phases in
|
||||
* {@linkcode blacklistedPhaseNames}.
|
||||
* @param state - Whether the blacklist should work; default `false` (disable)
|
||||
* @param state - Whether the blacklist should be enabled; default `false` (disable)
|
||||
*/
|
||||
public toggleBlacklist(state = false): void {
|
||||
this.respectBlacklist = state;
|
||||
|
Loading…
Reference in New Issue
Block a user