Skip to content

Commit

Permalink
readding multi buildings
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Oct 6, 2023
1 parent e25eabe commit e6e3b62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ public MRESReturn CTFPlayer_FinishedObject(int pThis, DHookParam hParams)

public Action OnPlayerRunCsmd(int client)
{
// ObjectInfo info;
ObjectInfo info;
for (int i = g_ActualObjects[client].Length-1; i >= 0; --i)
{
g_ActualObjects[client].GetArray(i, info, sizeof(info));
Expand Down

0 comments on commit e6e3b62

Please sign in to comment.