Skip to content

Commit 53a0136

Browse files
committed
chore: remove unnecessary warnings
1 parent 1f41418 commit 53a0136

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/source/statusEffect.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ export class StatusEffect<
258258
return logWarning("Cannot perform this action on a replicated status");
259259

260260
if (this.timer.getState() !== TimerState.Running) {
261-
logWarning("Cannot pause a non active status effect");
262261
return;
263262
}
264263

@@ -276,7 +275,6 @@ export class StatusEffect<
276275
return logWarning("Cannot perform this action on a replicated status");
277276

278277
if (this.timer.getState() !== TimerState.Paused) {
279-
logWarning("Cannot resume a non paused status effect");
280278
return;
281279
}
282280

0 commit comments

Comments
 (0)