shinymud / ShinyMUD

A text-based, multiplayer, online adventure game.
shiny.incendiarysoftware.com
Other
41 stars 10 forks source link

Make the command_list into a singleton #25

Open delightedCrow opened 12 years ago

delightedCrow commented 12 years ago

The command_list object gets imported from multiple places, which means that the command_list gets created multiple times. If we make it a singleton, hopefully only one instance will get created and shared.