Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 1b6b232

Browse files
ExplvExplv
authored andcommitted
Attempting to fix OSBot logins again
1 parent 9278def commit 1b6b232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.explv.explv_osbot_manager</groupId>
88
<artifactId>explv_osbot_manager</artifactId>
9-
<version>v2.0.2</version>
9+
<version>v2.0.3</version>
1010
<repositories>
1111
<repository>
1212
<id>local-repo</id>

src/main/java/bot_parameters/account/OSBotAccount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ public static OSBotAccount getInstance() {
1616

1717
@Override
1818
public final String[] toParameter() {
19-
return new String[]{ "-login", String.format("\"%s\":\"%s\"", getUsername(), getPassword()) };
19+
return new String[]{ "-login", String.format("%s:%s", getUsername(), getPassword()) };
2020
}
2121
}

0 commit comments

Comments
 (0)