398 {
400 return;
401
403 string flagType = totem.FindAttachmentBySlotName("Material_FPole_Flag").ClassName();
404 string action;
405
406 if (top)
407 action = "raised ";
408 else
409 action = "lowered ";
410
411 LogPrint( prefix +
" has " + action + flagType +
" on " + totem.ClassName() +
" at " + totem.GetPosition());
412 }
void LogPrint(string message)
string GetPlayerPrefix(PlayerBase player, PlayerIdentity identity)