Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
srvpro
Commits
be53edaf
Commit
be53edaf
authored
Aug 10, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update recorder pass
parent
6ef9511e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
ygopro-server.coffee
ygopro-server.coffee
+4
-4
ygopro-server.js
ygopro-server.js
+2
-4
No files found.
ygopro-server.coffee
View file @
be53edaf
...
...
@@ -1160,9 +1160,9 @@ ygopro.stoc_follow 'JOIN_GAME', false, (buffer, info, client, server)->
}
ygopro
.
ctos_send
recorder
,
'JOIN_GAME'
,
{
version
:
settings
.
version
,
pass
:
""
pass
:
"
Marshtomp
"
}
ygopro
.
ctos_send
recorder
,
'HS_TOOBSERVER'
#
ygopro.ctos_send recorder, 'HS_TOOBSERVER'
return
recorder
.
on
'data'
,
(
data
)
->
...
...
@@ -1181,9 +1181,9 @@ ygopro.stoc_follow 'JOIN_GAME', false, (buffer, info, client, server)->
}
ygopro
.
ctos_send
watcher
,
'JOIN_GAME'
,
{
version
:
settings
.
version
,
pass
:
""
pass
:
"
the Big Brother
"
}
ygopro
.
ctos_send
watcher
,
'HS_TOOBSERVER'
#
ygopro.ctos_send watcher, 'HS_TOOBSERVER'
return
watcher
.
on
'data'
,
(
data
)
->
...
...
ygopro-server.js
View file @
be53edaf
...
...
@@ -1404,9 +1404,8 @@
});
ygopro
.
ctos_send
(
recorder
,
'
JOIN_GAME
'
,
{
version
:
settings
.
version
,
pass
:
""
pass
:
"
Marshtomp
"
});
ygopro
.
ctos_send
(
recorder
,
'
HS_TOOBSERVER
'
);
});
recorder
.
on
(
'
data
'
,
function
(
data
)
{
room
=
ROOM_all
[
client
.
rid
];
...
...
@@ -1424,9 +1423,8 @@
});
ygopro
.
ctos_send
(
watcher
,
'
JOIN_GAME
'
,
{
version
:
settings
.
version
,
pass
:
""
pass
:
"
the Big Brother
"
});
ygopro
.
ctos_send
(
watcher
,
'
HS_TOOBSERVER
'
);
});
watcher
.
on
(
'
data
'
,
function
(
data
)
{
var
j
,
len
,
ref
,
w
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment