Skip to content

Commit a1664c5

Browse files
committed
removed unneccsarry category sources
1 parent 3d3738c commit a1664c5

12 files changed

Lines changed: 0 additions & 12 deletions

games/game_batmanlegacy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class BatmanLegacyGame(BasicGame):
403403
Name = "Lego Batman Legacy of the Dark Knight Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameName = "Lego Batman Legacy of the Dark Knight"
408407
GameLauncher = "LEGOBatmanLotDK.exe"

games/game_enotria.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class EnotriaGame(BasicGame):
403403
Name = "Enotria The Last Song Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameName = "Enotria The Last Song"
408407
GameLauncher = "Enotria.exe"

games/game_goatsimulator3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class GoatSimulator3Game(BasicGame):
403403
Name = "Goat Simulator 3 Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameName = "Goat Simulator 3"
408407
GameLauncher = "Goat2.exe"

games/game_goatsimulatorremaster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class GoatSimulatorRemasteredGame(BasicGame):
403403
Name = "Goat Simulator Remastered Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameName = "Goat Simulator Remastered"
408407
GameLauncher = "Goatsim_UE4.exe"

games/game_gothamknights.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class GothamKnightsGame(BasicGame):
403403
Name = "Gotham Knights Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameName = "Gotham Knights"
408407
GameLauncher = "GothamKnights.exe"

games/game_littlenightmares1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class LittleNightmares1Game(BasicGame):
403403
Name = "Little Nightmares Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameName = "Little Nightmares"
408407
GameShortName = "littlenightmares"

games/game_littlenightmares2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class LittleNightmares2Game(BasicGame):
403403
Name = "Little Nightmares 2 Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameLauncher = "EnhancedEdition/Little_Nightmares_II_Enhanced.exe"
408407
GameName = "Little Nightmares 2"

games/game_littlenightmares3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class LittleNightmares3Game(BasicGame):
403403
Name = "Little Nightmares 3 Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameName = "Little Nightmares 3"
408407
GameLauncher = "LittleNightmaresIII.exe"

games/game_marvelrivals.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
402402
class MarvelRivalsGame(BasicGame):
403403
Name = "Marvel Rivals Support Plugin"
404404
Author = "ModWorkshop"
405-
CategorySource = "modworkshop"
406405
Version = "1"
407406
GameName = "Marvel Rivals"
408407
GameLauncher = "Marvel.exe"

games/game_palworld.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree | None:
401401
class PalworldGame(BasicGame):
402402
Name = "Palworld Support Plugin"
403403
Author = "ModWorkshop"
404-
CategorySource = "modworkshop"
405404
Version = "1"
406405
GameName = "Palworld"
407406
GameLauncher = "Palworld.exe"

0 commit comments

Comments
 (0)