We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f41418 commit 53a0136Copy full SHA for 53a0136
1 file changed
src/source/statusEffect.ts
@@ -258,7 +258,6 @@ export class StatusEffect<
258
return logWarning("Cannot perform this action on a replicated status");
259
260
if (this.timer.getState() !== TimerState.Running) {
261
- logWarning("Cannot pause a non active status effect");
262
return;
263
}
264
@@ -276,7 +275,6 @@ export class StatusEffect<
276
275
277
278
if (this.timer.getState() !== TimerState.Paused) {
279
- logWarning("Cannot resume a non paused status effect");
280
281
282
0 commit comments