mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-07 16:17:49 +02:00
DARKNET: Fix typo in authentication response message (#2734)
This commit is contained in:
@@ -270,7 +270,7 @@ export const handleLabyrinthPassword = (
|
||||
return {
|
||||
passwordAttempted: attemptedPassword,
|
||||
code: ResponseCodeEnum.Success,
|
||||
message: "You have discovered the end the labyrinth.",
|
||||
message: "You have discovered the end of the labyrinth.",
|
||||
data: labServer.password,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user