1
This commit is contained in:
parent
d3e74e59dd
commit
2543ad3b5d
@ -139,12 +139,12 @@ namespace mt
|
||||
break;
|
||||
case InGameVoiceCondType_e::kGT:
|
||||
{
|
||||
return _cond_val > val;
|
||||
return val > _cond_val;
|
||||
}
|
||||
break;
|
||||
case InGameVoiceCondType_e::kGE:
|
||||
{
|
||||
return _cond_val >= val;
|
||||
return val >= _cond_val;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user