use localname .simpledb

This commit is contained in:
Cloud Wu
2014-08-13 18:05:11 +08:00
parent 978e010e67
commit 2cf69a6ef0
2 changed files with 4 additions and 4 deletions

View File

@@ -22,6 +22,5 @@ skynet.start(function()
error(string.format("Unknown command %s", tostring(cmd)))
end
end)
skynet.register ".simpledb"
skynet.register "SIMPLEDB"
end)