0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Whitespace fix

This commit is contained in:
Alexander01998 2019-06-07 17:51:43 +02:00
parent 2fe7e88a43
commit 4113135d7a
2 changed files with 3 additions and 3 deletions

View File

@ -17,4 +17,4 @@ import java.lang.annotation.Target;
public @interface DontSaveState
{
}
}

View File

@ -57,7 +57,7 @@ public abstract class Hack extends Feature
{
this.category = category;
}
// TODO
// public final Map<String, Setting> getSettings()
// {
@ -91,7 +91,7 @@ public abstract class Hack extends Feature
onEnable();
else
onDisable();
// TODO
// if(stateSaved)
// wurst.getHax().saveEnabledHacks();