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

bug fix

üst a61da7b3
......@@ -3,7 +3,7 @@ const docker = new Docker();
const pull = async (ws, image) => {
if (
!image.startsWith("nyxteam/oyunparki-small") ||
!image.startsWith("nyxteam/oyunparki-small") &&
!image.startsWith("nyxteam/oyunparki-full")
) {
ws.send({
......
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