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
9c4b7ccc
Commit
9c4b7ccc
authored
Dec 07, 2013
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1657f74c
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
637 additions
and
634 deletions
+637
-634
ygopro-server.coffee
ygopro-server.coffee
+627
-626
ygopro-server.js
ygopro-server.js
+9
-7
ygopro-server.map
ygopro-server.map
+1
-1
No files found.
ygopro-server.coffee
View file @
9c4b7ccc
...
...
@@ -375,7 +375,8 @@ ygopro.stoc_send_random_tip = (client)->
ygopro
.
stoc_send_chat
client
,
"Tip: "
+
tips
[
Math
.
floor
(
Math
.
random
()
*
tips
.
length
)]
if
tips
tips
=
null
request
if
settings
.
modules
.
tips
request
url
:
settings
.
modules
.
tips
json
:
true
,
(
error
,
response
,
body
)
->
...
...
ygopro-server.js
View file @
9c4b7ccc
...
...
@@ -464,6 +464,7 @@
tips
=
null
;
if
(
settings
.
modules
.
tips
)
{
request
({
url
:
settings
.
modules
.
tips
,
json
:
true
...
...
@@ -471,6 +472,7 @@
tips
=
body
;
return
log
.
info
(
"
tips loaded
"
,
tips
.
length
);
});
}
ygopro
.
stoc_follow
(
'
DUEL_START
'
,
false
,
function
(
buffer
,
info
,
client
,
server
)
{
var
player
,
_i
,
_len
,
_ref
;
...
...
ygopro-server.map
View file @
9c4b7ccc
This diff is collapsed.
Click to expand it.
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