Commit dcb485b7 authored by mercury233's avatar mercury233 Committed by nanahira

fix queryHashedButton

parent c427b36b
......@@ -219,7 +219,7 @@ public class gameInfo : MonoBehaviour
{
for (int i = 0; i < HashedButtons.Count; i++)
{
if (HashedButtons[i].hashString == hashString)
if (HashedButtons[i].hashString == hashString && !HashedButtons[i].dying)
{
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment