This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3ClientService
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
.
master
yibo
7 years ago
parent
636f499e25
commit
60e46af8bd
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
B3ClientService/Rpcs/BaseInfoRpc.cs
+ 1
- 2
B3ClientService/Rpcs/BaseInfoRpc.cs
View File
@ -20,11 +20,10 @@ namespace BWP.B3ClientService.Rpcs
{
static
JavaScriptSerializer
serializer
=
new
JavaScriptSerializer
(
)
;
[Rpc]
[Rpc
(RpcFlags.SkipAuth)
]
public
static
string
GetTraceOutAddress
(
)
{
return
ServerHost
.
GetTraceServerUrl
(
)
;
}
[Rpc]
Write
Preview
Loading…
Cancel
Save