Browse Source

Fix docs

pull/8/head
Anton Tarasenko 3 years ago
parent
commit
1b9307f935
  1. 2
      sources/Players/APlayer.uc

2
sources/Players/APlayer.uc

@ -114,7 +114,7 @@ public final function bool IsConnected()
* Before a `Initialize()` call, any other method calls on such `User` * Before a `Initialize()` call, any other method calls on such `User`
* must be considerate to have undefined behavior. * must be considerate to have undefined behavior.
* *
* @param newController Controller that caller `APLayer` will correspond to. * @param newController Controller that caller `APlayer` will correspond to.
*/ */
public final function Initialize(Text idHash) public final function Initialize(Text idHash)
{ {

Loading…
Cancel
Save