Skip to content

Commit

Permalink
Merge pull request CmlLib#68 from niklyadov/master
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
AlphaBs authored Dec 3, 2022
2 parents 5dbbe5f + 9a17ec7 commit 5482ada
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 @@ -119,7 +119,7 @@ var launchOption = new MLaunchOption
Session = session, // replace this with login session value. ex) Session = MSession.GetOfflineSession("hello")
//ScreenWidth = 1600,
//ScreenHeigth = 900,
//ScreenHeight = 900,
//ServerIp = "mc.hypixel.net"
};

Expand Down

0 comments on commit 5482ada

Please sign in to comment.