briandconnelly / seeds

Stochastic Cellular Artificial Life Simulator
Other
20 stars 4 forks source link

Local Plugins Should be Preferred Over Included Ones #64

Closed briandconnelly closed 12 years ago

briandconnelly commented 12 years ago

In cases where there is a local plugin with the same name as an included one, it seems the included one is being used. Adjust the order in which plugins are loaded to enable local ones to be used instead (e.g. so I could use a custom MooreTopology).