Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SteelT
SRB2
Commits
58971259
Commit
58971259
authored
4 years ago
by
James R.
Browse files
Options
Downloads
Patches
Plain Diff
Is this SRB2Kart server?
parent
be14b8a5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mserv.c
+1
-1
1 addition, 1 deletion
src/mserv.c
with
1 addition
and
1 deletion
src/mserv.c
+
1
−
1
View file @
58971259
...
...
@@ -57,7 +57,7 @@ static CV_PossibleValue_t masterserver_update_rate_cons_t[] = {
};
consvar_t
cv_masterserver
=
{
"masterserver"
,
"https://mb.srb2.org/MS/0"
,
CV_SAVE
|
CV_CALL
,
NULL
,
MasterServer_OnChange
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
consvar_t
cv_servername
=
{
"servername"
,
"SRB2
Kart
server"
,
CV_SAVE
|
CV_CALL
|
CV_NOINIT
,
NULL
,
Update_parameters
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
consvar_t
cv_servername
=
{
"servername"
,
"SRB2 server"
,
CV_SAVE
|
CV_CALL
|
CV_NOINIT
,
NULL
,
Update_parameters
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
consvar_t
cv_masterserver_update_rate
=
{
"masterserver_update_rate"
,
"15"
,
CV_SAVE
|
CV_CALL
|
CV_NOINIT
,
masterserver_update_rate_cons_t
,
Update_parameters
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment