Skip to content

Commit 56f423c

Browse files
authored
corrected Config
1 parent 2a255ad commit 56f423c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Configuration.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ public class Configuration : IRocketPluginConfiguration
1010
{
1111
public string DeathMessagesColor;
1212
public bool ShowSuicideMSG;
13-
public bool EnableExpOnKill;
14-
public int ExpOnKill;
1513

1614
public void LoadDefaults()
1715
{
1816
DeathMessagesColor = "Red";
1917
ShowSuicideMSG = true;
20-
EnableExpOnKill = true;
21-
ExpOnKill = 100;
2218
}
2319
}
2420
}

0 commit comments

Comments
 (0)