Page MenuHomeFeedback Tracker

Spawn animal without AI in local at client side when you are in multiplayer make the client crash
New, UrgentPublic

Description

When you spawn animal without AI in local at client side when you are in multiplayer, make the client crash.

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 );
}

Event Timeline

NiiRoZz created this task.Jul 24 2019, 7:23 PM
NiiRoZz edited Steps To Reproduce. (Show Details)Jul 24 2019, 7:27 PM
Unknown Object (User) added a subscriber: Unknown Object (User).Jul 24 2019, 7:51 PM
This comment was removed by Dwarden.
This comment was removed by Dwarden.