Kaydet (Commit) a61da7b3 authored tarafından Hakkı Dizdar's avatar Hakkı Dizdar

bug fix

üst a37ec1eb
......@@ -3,8 +3,8 @@ const docker = new Docker();
const pull = async (ws, image) => {
if (
image.startsWith("nyxteam/oyunparki-small") ||
image.startsWith("nyxteam/oyunparki-full")
!image.startsWith("nyxteam/oyunparki-small") ||
!image.startsWith("nyxteam/oyunparki-full")
) {
ws.send({
method: "pull",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment