Skip to content

Commit

Permalink
Update server.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahtheDeveloper authored Dec 24, 2020
1 parent 786aa04 commit 150685f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AddEventHandler('playerConnecting', function(name, skr, d)
d.defer()
Wait(50)
-- badly serialized JSON in a string, from the Adaptive Cards designer
-- This is made by Noah A#0001 please do not remove this honestly I don't ask for much here.
d.presentCard([==[{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
Expand Down

0 comments on commit 150685f

Please sign in to comment.