removed need for dummy file (and therefore removed dummy file)
This commit is contained in:
		@@ -52,6 +52,10 @@ int main(int argc, char* argv[]) {
 | 
			
		||||
 | 
			
		||||
        cmdparse.parse(argc, argv);
 | 
			
		||||
 | 
			
		||||
        // hardcoded because it's special
 | 
			
		||||
        for (auto item : commands::core_commands()) {
 | 
			
		||||
            commands::command_map[item.first] = item.second;
 | 
			
		||||
        }
 | 
			
		||||
        /*[[[cog
 | 
			
		||||
             import cog
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,2 @@
 | 
			
		||||
core
 | 
			
		||||
bottles
 | 
			
		||||
launch
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user