Remove @warning

This commit is contained in:
Sirz Benjie 2025-09-10 12:25:00 -05:00
parent 83f84ccf71
commit e1462ed423
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -51,7 +51,8 @@ export class OverridesHelper extends GameManagerHelper {
/**
* Override the starting biome
* @warning Any event listeners that are attached to {@linkcode NewArenaEvent} may need to be handled down the line
*
* Any event listeners that are attached to {@linkcode NewArenaEvent} may need to be handled down the line
* @param biome - The biome to set
*/
public startingBiome(biome: BiomeId): this {