mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 16:50:39 +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;
|
return clipboard;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void sync(Toolkit toolkit){
|
||||||
|
toolkit.sync();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void sync(){
|
||||||
|
Toolkit.getDefaultToolkit().sync();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user