Skip to content

Commit 9acd268

Browse files
author
Courtney May
committed
1.2 Final
remove EventTest
1 parent 783ac6b commit 9acd268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutliadmin/MultiAdmin/Server.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private void RegisterFeatures()
7474
RegisterFeature(new ChainStart(this));
7575
RegisterFeature(new ConfigReload(this));
7676
RegisterFeature(new ExitCommand(this));
77-
RegisterFeature(new EventTest(this));
77+
//RegisterFeature(new EventTest(this));
7878
RegisterFeature(new GithubGenerator(this));
7979
RegisterFeature(new HelpCommand(this));
8080
RegisterFeature(new InactivityShutdown(this));

0 commit comments

Comments
 (0)