mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
Gender Enum Refactor
This commit is contained in:
@@ -208,7 +208,7 @@ public class live_conversions extends script.base_script
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (getGender(player) != GENDER_MALE && getSpecies(player) != SPECIES_ITHORIAN)
|
||||
if (getGender(player) != Gender.MALE && getSpecies(player) != SPECIES_ITHORIAN)
|
||||
{
|
||||
if (badge.hasBadge(player, "pilot_rebel_navy_naboo"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user