@@ -1970,7 +1970,7 @@ void Entity::debugAOI()
1970
1970
{
1971
1971
if (pWitness_ == NULL )
1972
1972
{
1973
- Cellapp::getSingleton ().getScript ().pyPrint (fmt::format (" {}::debugAOI: {} has no witness!\n " , scriptName (), this ->id ()));
1973
+ Cellapp::getSingleton ().getScript ().pyPrint (fmt::format (" {}::debugAOI: {} has no witness!" , scriptName (), this ->id ()));
1974
1974
return ;
1975
1975
}
1976
1976
@@ -1987,7 +1987,7 @@ void Entity::debugAOI()
1987
1987
}
1988
1988
}
1989
1989
1990
- Cellapp::getSingleton ().getScript ().pyPrint (fmt::format (" {}::debugAOI: {} size={}, Seen={}, Pending={}\n " , scriptName (), this ->id (),
1990
+ Cellapp::getSingleton ().getScript ().pyPrint (fmt::format (" {}::debugAOI: {} size={}, Seen={}, Pending={}" , scriptName (), this ->id (),
1991
1991
pWitness_->aoiEntities ().size (), pWitness_->aoiEntities ().size () - pending, pending));
1992
1992
1993
1993
iter = pWitness_->aoiEntities ().begin ();
@@ -2004,7 +2004,7 @@ void Entity::debugAOI()
2004
2004
dist = KBEVec3Length (&distvec);
2005
2005
}
2006
2006
2007
- Cellapp::getSingleton ().getScript ().pyPrint (fmt::format (" {7}::debugAOI: {0} {1}({2}), position({3}.{4}.{5}), dist={6}, Seen={8}\n " ,
2007
+ Cellapp::getSingleton ().getScript ().pyPrint (fmt::format (" {7}::debugAOI: {0} {1}({2}), position({3}.{4}.{5}), dist={6}, Seen={8}" ,
2008
2008
this ->id (),
2009
2009
(pEntity != NULL ? pEntity->scriptName () : " unknown" ),
2010
2010
(*iter)->id (),
0 commit comments