Commit 2c570ec6 authored by mercury233's avatar mercury233

fix queryHashedButton

parent f219f7b4
......@@ -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