- fixed dummy location generation crashing the tutorial
- gameserver handles exceptions thrown when instantiating a new gamesession - fixed screwdrivers (and other items that can be held in either hand) going into both hand slots when equipping by double clicking
This commit is contained in:
@@ -184,6 +184,11 @@ namespace Barotrauma
|
||||
placed = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (placed)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user