Skip to content

Commit

Permalink
docs: remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
DebitCardz committed Jun 28, 2023
1 parent 69dff8d commit cab4138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,5 @@ getCommand("openUi").setExecutor(object : CommandExecutor {
```

If a single instance of a GUI is being used to be opened to multiple people or is cached it's
extremely important to mark `automaticallyUnregisterListener ` as false or the `Listener` attached to the `GUI`
extremely important to mark `automaticallyUnregisterListener` as false or the `Listener` attached to the `GUI`
will be unregistered once all initial viewers of the `GUI` exit the menu resulting in undefined behavior.

0 comments on commit cab4138

Please sign in to comment.