(3dc4135ce) v0.9.5.1
This commit is contained in:
@@ -235,7 +235,7 @@ namespace Barotrauma.Networking
|
||||
GameMain.Server.AssignJobs(clients);
|
||||
foreach (Client c in clients)
|
||||
{
|
||||
c.CharacterInfo.Job = new Job(c.AssignedJob);
|
||||
c.CharacterInfo.Job = new Job(c.AssignedJob.First, c.AssignedJob.Second);
|
||||
}
|
||||
|
||||
//the spawnpoints where the characters will spawn
|
||||
|
||||
Reference in New Issue
Block a user