mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Remove debug message
This commit is contained in:
parent
bf8677131b
commit
de00d262c1
1 changed files with 0 additions and 1 deletions
|
@ -2185,7 +2185,6 @@ bool CCombatPhrase::launch()
|
||||||
{
|
{
|
||||||
_LatencyEndDate = (double)time + latency;
|
_LatencyEndDate = (double)time + latency;
|
||||||
}
|
}
|
||||||
nlwarning("_LatencyEndDate : %f, latency: %f", _LatencyEndDate, latency);
|
|
||||||
// compute the apply date
|
// compute the apply date
|
||||||
if (_Targets[0].Target!=NULL && actingEntity->getEntityRowId() == _Targets[0].Target->getEntityRowId())
|
if (_Targets[0].Target!=NULL && actingEntity->getEntityRowId() == _Targets[0].Target->getEntityRowId())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue