Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Fixed a few mistakes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed Oct 3, 2019
1 parent c4d9b3f commit 1a68c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pawn-template
# pawn-templates

[![sampctl](https://shields.southcla.ws/badge/sampctl-pawn--templates-2f2f2f.svg?style=for-the-badge)](https://github.com/ADRFranklin/pawn-templates)

Expand Down Expand Up @@ -43,7 +43,7 @@ static RenderBanTemplate(playerid, const reason[])
Reason: {{ reason }}"
);

SetTemplateVarString(ban_template, "name", "Michael");
SetTemplateVarString(ban_template, "name", name);
SetTemplateVarInt(ban_template, "date", gettime());
SetTemplateVarString(ban_template, "admin_name", "Southclaws");
SetTemplateVarString(ban_template, "reason", reason);
Expand Down

0 comments on commit 1a68c1a

Please sign in to comment.