We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8971a5f commit 0e66cc5Copy full SHA for 0e66cc5
1 file changed
lib/code_generation.rb
@@ -62,13 +62,8 @@ def include_path_abs
62
def self.pvp
63
return @pvp_controller if @pvp_controller
64
65
- # TODO: omg all these values are so close!!!
66
- # change the C++ code so we can do convention
67
- # over configuration
68
@pvp_controller = Controller.new(
69
- path: ['base_pvp'],
70
- name: 'pvp',
71
- filename: 'base_pvp'
+ name: 'base_pvp'
72
)
73
end
74
0 commit comments