Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
たくのろじぃ / Takunology authored Aug 10, 2021
1 parent b3d8196 commit 2c7e67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace ExampleApp
// IP address or DNS name.
static string address = "127.0.0.1";
static ushort port = 25575;
static string pass = "minecraft"
static string pass = "minecraft";
static MinecraftCommands command = new MinecraftCommands(address, port, pass);

static void Main(string[] args)
Expand Down

0 comments on commit 2c7e67e

Please sign in to comment.