Remove unnecessary function

This commit is contained in:
RedstonewolfX 2024-09-24 20:33:09 -04:00 committed by GitHub
parent 05f5baeaae
commit c7b9ac8d03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,6 @@ export class ModifierHelper extends GameManagerHelper {
return this; return this;
} }
checkHasRun(modifier: ModifierTypeKeys): boolean {
if (itemPoolChecks.get(modifier) === undefined) {
return false;
}
return true;
}
/** /**
* `get`s a value from the `itemPoolChecks` map. * `get`s a value from the `itemPoolChecks` map.
* *