Added achievement images in grey and color, v1.3.0
This commit is contained in:
@@ -69,9 +69,12 @@ namespace Assets.Scripts
|
||||
bool result = false;
|
||||
if (player != null)
|
||||
{
|
||||
if (player.getPlayerName().ToLower() == "nicola")
|
||||
if (player.getPlayerName() != null)
|
||||
{
|
||||
result = true;
|
||||
if (player.getPlayerName().ToLower() == "nicola")
|
||||
{
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user