Skip to content

Commit

Permalink
spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupus590 committed Dec 15, 2024
1 parent 751da1e commit a3eca39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Bag_Base; // Vanilla?
class Sinagami_Assault_Exo: Bag_Base // PhoenixSystems_Exosuits
{
maximumLoad = 350;
maximumLoad = 350;
}

class Sinagami_Assault_Jetpack_Exo: Bag_Base // PhoenixSystems_Exosuits
{
maximumLoad = 350;
maximumLoad = 350;
}

0 comments on commit a3eca39

Please sign in to comment.