Skip to content

Commit

Permalink
Fixed connect message
Browse files Browse the repository at this point in the history
  • Loading branch information
RektInator committed Nov 14, 2017
1 parent dff6328 commit a9b53de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mp/plutoadmin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function onPlayerConnected(player)
utils.kickPlayer(player, "You are banned from the server.")
else
if settingshandler.settings.connectedMessage then
utils.chatPrint(string.format("Player ^2%s^7 joined the server."))
utils.chatPrint(string.format("Player ^2%s^7 joined the server.", player.name))
end
end
end
Expand Down

0 comments on commit a9b53de

Please sign in to comment.