Skip to content

Commit

Permalink
Fix zap meta
Browse files Browse the repository at this point in the history
(Not sure what's up with the other three lines being changed)

(And the zap meta change was made after discussing this with auf)
  • Loading branch information
mcmonkey4eva committed Oct 4, 2013
1 parent 04442a6 commit 6a25d8c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -968,7 +968,7 @@ public void registerCoreMembers() {
// @Usage
// Use to iterate through entries in any tag that returns a list
// - foreach <server.list_online_players> {
// - narrate "Thanks for coming to our server! Here's a bonus $50.00!"
// - narrate "Thanks for coming to our server! Here's a bonus $50.00!"
// - give %value% money qty:50
// }

Expand Down Expand Up @@ -1263,7 +1263,7 @@ public void registerCoreMembers() {
// @Author David Cernat

// @Description
// This will fully load a midi song file stored in the '../plugins/Denizen/midi/' folder. The file
// This will fully load a midi song file stored in the '../plugins/Denizen/midi/' folder. The file
// must be a valid midi file with the extension '.mid'. It will continuously play the song as
// noteblock songs at the given location or group of players until the song ends. If no location or
// entitiy is specified, by default this will play for the attached player.
Expand Down

1 comment on commit 6a25d8c

@mcmonkey4eva
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[19:18:52] <mcmonkey> ...
[19:18:59] <aufdemrand> just did it online
[19:19:13] <mcmonkey> aufdemrand: Why do you do this to me 
[19:19:39] <mcmonkey> and now the commit that was syncing while you did that looks pretty random

Please sign in to comment.