532 {
533 PluginAdminLog logs = PluginAdminLog.Cast(
GetPlugin(PluginAdminLog));
534 if (newPhase == 0)
535 {
536
537 logs.TotemFlagChange(true, player, this);
538 }
539 else if (newPhase == 1)
540 {
541
542 logs.TotemFlagChange(false, player, this);
543 }
544
545 }
PluginBase GetPlugin(typename plugin_type)