diff --git a/papik.sk b/papik.sk index 59f5a8e..b65e6ad 100644 --- a/papik.sk +++ b/papik.sk @@ -170,7 +170,7 @@ on placeholderapi placeholder request for the prefix "game": set the result to "&7-" else: #set the result to "%prefix of team {1stteam}% &r%{teampoints::%{1stteam}%}%" - set the result to teamInfo({1stteam}) + set the result to "%teamInfo({1stteam})% &r%{teampoints::%{1stteam}%}%" else: set the result to "&7-" #set {new::*} to sorted {play::*} @@ -180,7 +180,7 @@ on placeholderapi placeholder request for the prefix "game": set the result to "&7-" else: #set the result to "%prefix of team {2stteam}% &r%{teampoints::%{2stteam}%}%" - set the result to teamInfo({2stteam}) + set the result to "%teamInfo({2stteam})% &r%{teampoints::%{2stteam}%}%" else: set the result to "&7-" if the identifier is "poradi3": @@ -189,6 +189,6 @@ on placeholderapi placeholder request for the prefix "game": set the result to "&7-" else: #set the result to "%prefix of team {3stteam}% &r%{teampoints::%{3stteam}%}%" - set the result to teamInfo({3stteam}) + set the result to "%teamInfo({3stteam})% &r%{teampoints::%{3stteam}%}%" else: set the result to "&7-"