mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Don't allow the last behavior to be removed from a pCampbot bot
If you want to stop existing behavious, add the None behaviour.
This commit is contained in:
@@ -628,7 +628,7 @@ namespace pCampBot
|
||||
}
|
||||
|
||||
MainConsole.Instance.OutputFormat(
|
||||
"Removed behaviours {0} to bot {1}",
|
||||
"Removed behaviours {0} from bot {1}",
|
||||
string.Join(", ", behavioursRemoved.ConvertAll<string>(b => b.Name).ToArray()), bot.Name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user