Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhHeng committed Jul 28, 2024
1 parent ef7ee6f commit 7639d03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "where2go",
"version": "0.1.3-alpha",
"version": "0.2.0",
"name": "Where2go",
"description": {
"en_us": "An advanced 'location' plugin including sharing waypoints, search player pos, etc.",
Expand Down
1 change: 0 additions & 1 deletion where2go/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def on_load(server: PluginCommandSource, prev_module):
proxy = Proxy(server)

def on_user_info(server: PluginServerInterface, info: Info):
global proxy
proxy.on_user_info(server, info)

def on_info(server: PluginServerInterface, info: Info):
Expand Down

0 comments on commit 7639d03

Please sign in to comment.