More Cleanups

This commit is contained in:
hondacrx
2021-06-08 12:56:09 -04:00
parent 302a1f293c
commit 52e43853fe
58 changed files with 223 additions and 257 deletions
+2 -3
View File
@@ -1529,7 +1529,7 @@ namespace Game
}
case ConditionTypes.StandState:
{
bool valid = false;
bool valid;
switch (cond.ConditionValue1)
{
case 0:
@@ -1677,8 +1677,7 @@ namespace Game
public static uint GetPlayerConditionLfgValue(Player player, PlayerConditionLfgStatus status)
{
Group group = player.GetGroup();
if (group = null)
if (player.GetGroup() == null)
return 0;
switch (status)