Skip to content

Commit

Permalink
Fixed client parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
McTwist committed Sep 25, 2020
1 parent e7d8377 commit 9a1f024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// ================
// Name :: FireRelayNum
// Version :: 10
// Version :: 11
// ================
// Made by :: McTwist
// Date :: 20-09-01
// Date :: 20-09-25
// Info :: Event that choose what onRelay to use
// License :: Free to use
// ================
Expand Down Expand Up @@ -107,7 +107,7 @@
// Append client
if (%obj.eventOutputAppendClient[%i] && isObject(%client))
{
%o[%n] = %client;
%p[%n] = %client;
%numParams++;
}

Expand Down

0 comments on commit 9a1f024

Please sign in to comment.