Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
linguangliang committed Aug 10, 2019
1 parent d1a8a81 commit 8dca6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gameserver/src/app/cluster/rpc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end

function rpc.reload()
-- 优先使用nodes中提供的集群配置
local nodes = skynet.getenv("nodes")
local nodes = skynet.getenv("nodes") or {}
rpc.node_address = {}
for node_name,conf in pairs(nodes) do
rpc.node_address[node_name] = conf.address
Expand Down
2 changes: 1 addition & 1 deletion gameserver/src/app/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "0.0.2"
return "0.2.0"

0 comments on commit 8dca6f0

Please sign in to comment.