Skip to content

Commit 610825c

Browse files
author
Antoine Pous
committed
v1.0.0
1 parent 97fbcb1 commit 610825c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ts3client.prepare('serverEdit', 'serveredit virtualserver_name=%s virtualserver_
8585
ts3client.prepare('setVServerMaxClients', 'serveredit virtualserver_maxclients=%d')
8686

8787
// Execute the query, the values are automaticly escaped
88-
ts3client.execute('setVServerName', ['TeamSpeak ]|[ Server', 'newPassword'], function(err, rows, query) {
88+
ts3client.execute('serverEdit', ['TeamSpeak ]|[ Server', 'newPassword'], function(err, rows, query) {
8989

9090
// If the server return an error
9191
if(err.id > 0) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"test": "echo \"Error: no test specified\" && exit 0"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)