Skip to content

Commit 2629e9a

Browse files
committed
Enable debug mode in example plugin
1 parent 7e64ab4 commit 2629e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sponge/example-plugin/src/main/java/com/example/ExamplePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void onServerStart(final StartedEngineEvent<Server> event) {
4747
// This must be enabled in the project settings
4848
.errorTracker(ERROR_TRACKER)
4949

50-
//.debug(true) // Enable debug mode for development and testing
50+
.debug(true) // Enable debug mode for development and testing
5151

5252
.token("YOUR_TOKEN_HERE") // required -> token can be found in the settings of your project
5353
.create(pluginContainer);

0 commit comments

Comments
 (0)