Skip to content

Waypoint is not loaded in non windows #17

@prsyahmi

Description

@prsyahmi

The waypoint is not loaded in linux and the hlds will print

[SyPB] Not Find Waypoint, Cannot Add SyPB
[SyPB] You can input 'sypb sgdwp on' to make waypoint

This was due to the waypoint load function is called within #ifdef PLATFORM_WIN32

#ifdef PLATFORM_WIN32
if (sypb_download_waypoint.GetInt() == 2)
g_waypoint->tryDownloadWaypoint();
if (!g_waypoint->Load() && sypb_download_waypoint.GetInt() == 1)
g_waypoint->tryDownloadWaypoint();
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions