mirror of
https://github.com/Leahnaya/UBFunkeysServer.git
synced 2026-09-02 14:04:35 -05:00
Implement vsu
This commit is contained in:
@@ -89,8 +89,12 @@ public class ArkOneController implements TcpHandler {
|
||||
|
||||
// Plugin 7 (Galaxy)
|
||||
case "lpv":
|
||||
// TODO: FIX THIS METHOD
|
||||
responses.add(galaxyPlugin.LoadProfileVersion());
|
||||
break;
|
||||
case "vsu":
|
||||
responses.add(galaxyPlugin.VersionStatisticsRequest());
|
||||
break;
|
||||
|
||||
// Plugin 10 (Trunk)
|
||||
|
||||
|
||||
@@ -9,4 +9,8 @@ public class GalaxyPlugin {
|
||||
//TODO: IMPLEMENT THIS WITH PROFILE SAVING
|
||||
return "<h7_0><lpv /></h7_0>";
|
||||
}
|
||||
|
||||
public String VersionStatisticsRequest() {
|
||||
return "<h7_0><vsu id=\"0\" /></h7_0>";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user