Skip to content

Commit

Permalink
Merge pull request #1 from Dinty1/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarsz authored Jul 28, 2024
2 parents 35513df + 9a14d72 commit 6be0473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/scarsz/marina/Marina.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public Marina() throws LoginException, InterruptedException {
new DevelopmentFeature();
new HttpFeature();
new DockerFeature();
try { new PasteFeature(); } catch (IOException e) { e.printStackTrace(); }
// try { new PasteFeature(); } catch (IOException e) { e.printStackTrace(); }
new DoNotMentionFeature();
// new TagsFeature();
// new StatisticsFeature();
Expand Down

0 comments on commit 6be0473

Please sign in to comment.