Skip to content

Commit 0e66cc5

Browse files
committed
Renamed pvp controller
1 parent 8971a5f commit 0e66cc5

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

lib/code_generation.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,8 @@ def include_path_abs
6262
def self.pvp
6363
return @pvp_controller if @pvp_controller
6464

65-
# TODO: omg all these values are so close!!!
66-
# change the C++ code so we can do convention
67-
# over configuration
6865
@pvp_controller = Controller.new(
69-
path: ['base_pvp'],
70-
name: 'pvp',
71-
filename: 'base_pvp'
66+
name: 'base_pvp'
7267
)
7368
end
7469

0 commit comments

Comments
 (0)