This commit is contained in:
Rachael Alexanderson 2017-02-15 07:06:52 -05:00
commit e01895bf80
10 changed files with 27 additions and 15 deletions

View file

@ -1232,8 +1232,6 @@ const char *APlayerPawn::GetSoundClass() const
return skins[player->userinfo.GetSkin()].name;
}
// [GRB]
auto pclass = GetClass();
return SoundClass != NAME_None? SoundClass.GetChars() : "player";
}