We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767be1a commit 3fa102cCopy full SHA for 3fa102c
src/SimulationRunner.cc
@@ -968,7 +968,7 @@ void SimulationRunner::LoadServerPlugins(
968
//
969
// Check plugins from the ServerConfig for matching entities.
970
971
- for (const ServerConfig::PluginInfo &plugin : _plugins)4:00pm
+ for (const ServerConfig::PluginInfo &plugin : _plugins)
972
{
973
// \todo(anyone) Type + name is not enough to uniquely identify an entity
974
// \todo(louise) The runner shouldn't care about specific components, this
0 commit comments