When you spawn animal without AI in local at client side when you are in multiplayer, make the client crash.
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
if ( GetGame().IsClient() && GetGame().GetPlayer() ) { GetGame().CreateObject( "Animal_CervusElaphus", GetGame().GetPlayer().GetPosition(), true, false ); }