Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
spn-relayserver
Commits
f0672c5b
Commit
f0672c5b
authored
Apr 28, 2018
by
Hubert Denkmair
Browse files
fix
parent
2ec9bf64
Changes
1
Hide whitespace changes
Inline
Side-by-side
relayserver/MsgPackProtocol.h
View file @
f0672c5b
...
...
@@ -491,7 +491,7 @@ namespace msgpack {
{
template
<
typename
Stream
>
msgpack
::
packer
<
Stream
>&
operator
()(
msgpack
::
packer
<
Stream
>&
o
,
MsgPackProtocol
::
BotItem
const
&
v
)
const
{
o
.
pack_array
(
5
);
o
.
pack_array
(
6
);
o
.
pack
(
v
.
guid
);
o
.
pack
(
v
.
name
);
o
.
pack
(
v
.
segment_radius
);
...
...
@@ -505,6 +505,8 @@ namespace msgpack {
o
.
pack
(
0x00FF00
);
o
.
pack
(
0x0000FF
);
o
.
pack
(
v
.
database_id
);
return
o
;
}
};
...
...
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