Files
thetempusproject/app/plugins/tablefinder/config/constants.php
2024-08-04 21:15:59 -04:00

6 lines
269 B
PHP

<?php
# bugTracker
define( 'TABLE_FINDER_PLAYER_STATUS_APPLIED', 'Potential Player' );
define( 'TABLE_FINDER_PLAYER_STATUS_LEFT', 'Former Player' );
define( 'TABLE_FINDER_PLAYER_STATUS_ACCEPTED', 'Player' );
define( 'TABLE_FINDER_PLAYER_STATUS_DENIED', 'Shunned' );