mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
more rcon tweaks, and starting on unit tests for commands bleh
This commit is contained in:
@ -16,7 +16,6 @@ namespace Tests
|
||||
|
||||
public ManagerFixture()
|
||||
{
|
||||
|
||||
File.WriteAllText("test_mp.log", "TEST_LOG_FILE");
|
||||
|
||||
Manager = Program.ServerManager;
|
||||
@ -32,7 +31,7 @@ namespace Tests
|
||||
Password = "test",
|
||||
Port = 28963,
|
||||
Rules = new List<string>(),
|
||||
ManualLogPath = "https://raidmax.org/IW4MAdmin/getlog.php"
|
||||
ManualLogPath = "http://google.com"
|
||||
}
|
||||
},
|
||||
AutoMessages = new List<string>(),
|
||||
|
Reference in New Issue
Block a user