Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
SRB2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
245
Issues
245
List
Board
Labels
Milestones
Merge Requests
69
Merge Requests
69
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
STJr
SRB2
Commits
a02306b6
Commit
a02306b6
authored
May 04, 2020
by
GoldenTails
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix small inconsistency
parent
66929c3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server.cpp
tools/masterserver/server.cpp
+1
-1
No files found.
tools/masterserver/server.cpp
View file @
a02306b6
...
...
@@ -341,7 +341,7 @@ void MySQL_AddServer(const char *ip, const char *port, const char *name, const c
if
(
atoi
(
row
[
0
])
!=
0
)
room
=
atoi
(
row
[
0
]);
mysql_free_result
(
res
);
logPrintf
(
logfile
,
"Server's IP already exists, so let's just update it instead...
\n
"
);
logPrintf
(
logfile
,
"Server's IP a
nd port a
lready exists, so let's just update it instead...
\n
"
);
logPrintf
(
logfile
,
"Updating Server Data for %s
\n
"
,
ip
);
sprintf
(
updatequery
,
updatequeryp1
,
escapedName
,
escapedPort
,
escapedVersion
,
timestamp
,
room
,
escapedKey
,
ip
,
port
);
logPrintf
(
mysqlfile
,
"Executing MySQL Query: %s
\n
"
,
updatequery
);
...
...
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