mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 04:28:00 +03:00
Fixed server test Ip
This commit is contained in:
parent
8256cca36c
commit
967f9307d3
@ -10,7 +10,7 @@ namespace Facepunch.Steamworks.Test
|
|||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void StatsGet()
|
public void StatsGet()
|
||||||
{
|
{
|
||||||
using ( var server = new Facepunch.Steamworks.Server( 252490, 0, 30002, true, "VersionString" ) )
|
using ( var server = new Facepunch.Steamworks.Server( 252490, 0, 30003, 30004, 30005, true, "VersionString" ) )
|
||||||
{
|
{
|
||||||
Assert.IsTrue( server.IsValid );
|
Assert.IsTrue( server.IsValid );
|
||||||
server.LogOnAnonymous();
|
server.LogOnAnonymous();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user