Skip to content

Commit

Permalink
Update Functions-(Players).md
Browse files Browse the repository at this point in the history
  • Loading branch information
offalynne authored Oct 2, 2024
1 parent 553b998 commit e1b24fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/7.0/Functions-(Players).md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if (_status.__any_changed)
//Find any obj_player instances for disconnected players and destroy them
for(var _i = 0; _i < array_length(_status.__new_disconnections); _i++)
{
var _old_player = _status.__new_connections[_i];
var _old_player = _status.__new_disconnections[_i];
with(obj_player)
{
if (player_index == _old_player) instance_destroy();
Expand Down

0 comments on commit e1b24fa

Please sign in to comment.