mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[BUGFIX] Added ToolkitRedirect#sync to redirect client sync request
This commit is contained in:
@@ -58,4 +58,11 @@ public class ToolkitRedirect {
|
||||
return clipboard;
|
||||
}
|
||||
|
||||
public static void sync(Toolkit toolkit){
|
||||
toolkit.sync();
|
||||
}
|
||||
|
||||
public static void sync(){
|
||||
Toolkit.getDefaultToolkit().sync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user