|
|
@ -46,8 +46,8 @@ var const class<PlayerEvents> events; |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public final function Initialize(PlayerController newController) |
|
|
|
public final function Initialize(PlayerController newController) |
|
|
|
{ |
|
|
|
{ |
|
|
|
ownerController = initOwnerController; |
|
|
|
ownerController = newController; |
|
|
|
identity = _.users.FetchByIDHash(initOwnerController.GetPlayerIDHash()); |
|
|
|
identity = _.users.FetchByIDHash(newController.GetPlayerIDHash()); |
|
|
|
events.static.CallPlayerConnected(self); |
|
|
|
events.static.CallPlayerConnected(self); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|